This commit is contained in:
Kulvir Singh
2024-01-23 01:34:35 +05:30
parent 7a36ad102e
commit 68c30ee4f8
83 changed files with 0 additions and 0 deletions

View File

@@ -1,9 +0,0 @@
require('nvim-tmux-navigation').setup {
keybindings = {
left = "<C-h>",
down = "<C-j>",
up = "<C-k>",
right = "<C-l>",
next = "<C-Space>",
}
}