🎹 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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user