Quality of life features added

This commit is contained in:
Kulvir Singh
2024-01-07 23:06:57 +05:30
parent 43437a046d
commit 4026d6af1c
16 changed files with 487 additions and 0 deletions

View 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>",
}
}