🎹 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:
@@ -3,13 +3,6 @@
|
||||
-- -----------------------------------------------------------------------------
|
||||
return {
|
||||
"chrishrb/gx.nvim",
|
||||
keys = {
|
||||
{
|
||||
"gx",
|
||||
"<cmd>Browse<cr>",
|
||||
mode = { "n", "x" },
|
||||
},
|
||||
},
|
||||
cmd = { "Browse" },
|
||||
init = function()
|
||||
vim.g.netrw_nogx = 1
|
||||
|
||||
Reference in New Issue
Block a user