Delete unused keybinds

This commit is contained in:
Smaug123
2024-02-23 11:15:36 +00:00
parent 5e3f257ce6
commit ae96250101

View File

@@ -191,12 +191,6 @@ map <c-space> ?
" Disable highlight when <leader><cr> is pressed
map <silent> <leader><cr> :noh<cr>
" Smart way to move between windows
map <C-j> <C-W>j
map <C-k> <C-W>k
map <C-h> <C-W>h
map <C-l> <C-W>l
" Close the current buffer
map <leader>bd :Bclose<cr>:tabclose<cr>gT