🎹 Keybinds Update

- Finally move all keymappings into which-key
- Change to MunsMan/kitty-navigator.nvim
- Change mapping for switching window/split to Ctrl+Shift+<vim-motion>
- Add some new mappings like 'gt' for LazyGit Terminal split
This commit is contained in:
2024-07-13 06:17:29 -04:00
parent 2807567e34
commit 25e4ffc62d
9 changed files with 159 additions and 84 deletions
-27
View File
@@ -4,37 +4,10 @@
return {
"mistricky/codesnap.nvim",
build = "make",
keys = {
{
"<leader>cy",
"<cmd>CodeSnap<cr>",
mode = "x",
desc = "Save selected code snapshot into clipboard",
},
{
"<leader>cs",
"<cmd>CodeSnapSave<cr>",
mode = "x",
desc = "Save selected code snapshot in ~/Pictures",
},
{
"<leader>ch",
"<cmd>CodeSnapHighlight<cr>",
mode = "x",
desc = "Highlight and snapshot selected code into clipboard",
},
{
"<leader>ci",
"<cmd>CodeSnapASCII<cr>",
mode = "x",
desc = "Save ASCII code snapshot into clipboard",
},
},
opts = {
save_path = "~/Pictures/Screenshots/",
has_breadcrumbs = true,
show_workspace = true,
--has_line_number = true,
bg_theme = "default",
watermark = "Rootiest Snippets",
code_font_family = "Iosevka NF",