vimrc: mv mapping
This commit is contained in:
parent
7d359d279c
commit
77d6e5ee3a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user