remove unused keybindings

This commit is contained in:
Michele Guerini Rocco 2020-06-01 09:18:28 +02:00
parent 6f15594199
commit 1d3b7d6774
Signed by: rnhmjoj
GPG Key ID: BFBAF4C975F76450

View File

@ -108,12 +108,6 @@ autocmd VimLeave * set guicursor=a:hor20-blinkon20
"" ""
let mapleader="," let mapleader=","
" Windows navigation
map <C-k> <C-w><Up>
map <C-j> <C-w><Down>
map <C-l> <C-w><Right>
map <C-h> <C-w><Left>
" Plugins " Plugins
map <Leader>t :TagbarToggle<CR> map <Leader>t :TagbarToggle<CR>
map <Leader>u :UndotreeToggle<CR> map <Leader>u :UndotreeToggle<CR>