nvim: add leader shortcut for windows closing

feat/authelia
Benjamin Yule Bädorf 2024-02-18 21:18:02 +01:00
parent d5ce7067e1
commit 5c94031778
Signed by: b12f
GPG Key ID: 729956E1124F8F26
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ map <leader>wi :wincmd k<CR>
map <leader>wj :wincmd h<CR>
map <leader>wk :wincmd j<CR>
map <leader>wl :wincmd l<CR>
map <leader>wq :wincmd q<CR>
map <leader>wI :wincmd K<CR>
map <leader>wJ :wincmd H<CR>