🎹 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
+1 -8
View File
@@ -40,12 +40,5 @@ return {
end,
},
})
-- Keybinds
vim.api.nvim_set_keymap(
"n",
"<c-/>",
":ToggleTerm<cr>",
{ noremap = true, desc = " Open Terminal" }
)
end,
}
}