This commit is contained in:
Valentin Gehrke 2017-09-29 17:53:40 +02:00
parent 5572b3e4b6
commit 6d821dfe18
2 changed files with 13 additions and 9 deletions

View file

@ -205,9 +205,9 @@ nnoremap <silent> <leader>t :g/TODO/<cr>
nnoremap <silent> <C-G> :TigStatus<CR>
" 0 should find first non blank
nmap 0 ^
" Easy buffer switching
nnoremap <silent> M :bnext<cr>
nnoremap <silent> N :bprev<cr>
" " Easy buffer switching
" nnoremap <silent> M :bnext<cr>
" nnoremap <silent> N :bprev<cr>
" Moving through windows
nnoremap <silent> <C-l> <C-w>l
nnoremap <silent> <C-h> <C-w>h
@ -217,7 +217,6 @@ inoremap <silent> <C-l> <Esc><C-w>l
inoremap <silent> <C-h> <Esc><C-w>h
inoremap <silent> <C-j> <Esc><C-w>j
inoremap <silent> <C-k> <Esc><C-w>k
nnoremap K :q<cr>
" Quick macroing
nnoremap Q @@
" --- Don't need a help