Quality of life features added
This commit is contained in:
9
nvim_packer/after/plugin/tmuxnavigator.lua
Normal file
9
nvim_packer/after/plugin/tmuxnavigator.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
require('nvim-tmux-navigation').setup {
|
||||
keybindings = {
|
||||
left = "<C-h>",
|
||||
down = "<C-j>",
|
||||
up = "<C-k>",
|
||||
right = "<C-l>",
|
||||
next = "<C-Space>",
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user