Move after/plugin to plugin
This commit is contained in:
parent
9b6f7310f2
commit
f724019e43
24 changed files with 0 additions and 0 deletions
|
|
@ -1,12 +0,0 @@
|
|||
require("nvim-tmux-navigation").setup {
|
||||
disable_when_zoomed = true,
|
||||
|
||||
keybindings = {
|
||||
down = "<C-j>",
|
||||
last_active = "<C-\\>",
|
||||
left = "<C-h>",
|
||||
next = "<C-Space>",
|
||||
right = "<C-l>",
|
||||
up = "<C-k>",
|
||||
},
|
||||
}
|
||||
Reference in a new issue