vimrc: mv mapping

This commit is contained in:
surtur 2022-08-11 12:36:04 +02:00
parent 7d359d279c
commit 77d6e5ee3a
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -416,7 +416,6 @@ command! -nargs=* Make write | make! <args> | cwindow
command Note execute 'e ~/Sync/notes/' . strftime('%y-%m-%d-%H:%M:%S') . '.md'
command LocalNote execute 'e ./' . strftime('%y-%m-%d-%H:%M:%S') . '.md'
nnoremap <c-LeftMouse> :ALEGoToDefinition<cr>
" always show full path on <c-g>
nnoremap <c-g> 1<c-g>
" open a terminal in $PWD
@ -452,6 +451,7 @@ nnoremap <Leader>d :GitGutterLineHighlightsToggle<cr>
nmap <silent> <C-k> :ALEPreviousWrap<cr>
nmap <silent> <C-j> :ALENextWrap<cr>
nnoremap <Leader>a :ALEDetail<cr>
nnoremap <c-LeftMouse> :ALEGoToDefinition<cr>
" [bro]wse [ol]d files