🎹 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:
@@ -40,12 +40,5 @@ return {
|
||||
end,
|
||||
},
|
||||
})
|
||||
-- Keybinds
|
||||
vim.api.nvim_set_keymap(
|
||||
"n",
|
||||
"<c-/>",
|
||||
":ToggleTerm<cr>",
|
||||
{ noremap = true, desc = " Open Terminal" }
|
||||
)
|
||||
end,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user