-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
143f94d
commit ebb91b0
Showing
31 changed files
with
403 additions
and
279 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,19 @@ | ||
include ~/.cache/wal/colors-kitty.conf | ||
|
||
font_family ShureTechMono Nerd Font Mono Regular | ||
bold_font ShureTechMono Nerd Font Mono Bold | ||
italic_font ShureTechMono Nerd Font Mono Italic | ||
bold_italic_font ShureTechMono Nerd Font Mono Bold Italic | ||
|
||
font_family ShureTechMono Nerd Font Mono Regular | ||
font_family FiraCode Nerd Font | ||
bold_font auto | ||
italic_font auto | ||
bold_italic_font auto | ||
font_size 10 | ||
|
||
sync_to_monitor no | ||
disable_ligatures never | ||
|
||
enable_audio_bell no | ||
|
||
dynamic_background_opacity true | ||
disable_ligatures never | ||
|
||
clear_all_shortcuts yes | ||
map ctrl+shift+c copy_to_clipboard | ||
map ctrl+shift+v paste_from_clipboard |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file modified
BIN
+1.79 KB
(100%)
aspects/dotfiles/files/.local/share/autojump/autojump.txt.bak
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
local which_key = require("which-key") | ||
local options = require("config.global").which_key_vars.options | ||
|
||
options = vim.tbl_deep_extend("force", { | ||
filetype = "toml", | ||
buffer = vim.api.nvim_get_current_buf(), | ||
}, options) | ||
|
||
which_key.register({ | ||
["L"] = { | ||
name = "Language", | ||
}, | ||
}, options) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.