|
|
@ -109,6 +109,8 @@ endif
|
|
|
|
" Set custom status line look
|
|
|
|
" Set custom status line look
|
|
|
|
|
|
|
|
|
|
|
|
set statusline=" Hint: %z%= %A %10u:%-7g %15s %20d "
|
|
|
|
set statusline=" Hint: %z%= %A %10u:%-7g %15s %20d "
|
|
|
|
|
|
|
|
set statusline=" %t%= %A %10u:%-7g %15E %20d "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
" ------------------------------------------------------------------------------
|
|
|
|
" ------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
@ -447,6 +449,10 @@ vnoremap w :view<cr>gv
|
|
|
|
" Open file in existing instance of vim
|
|
|
|
" Open file in existing instance of vim
|
|
|
|
nnoremap o :!$EDITOR %f<cr>
|
|
|
|
nnoremap o :!$EDITOR %f<cr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
" Create drag and drop window for selected file
|
|
|
|
|
|
|
|
nnoremap ag :!dragon-drop -a -x %f<cr>
|
|
|
|
|
|
|
|
vnoremap ag :!dragon-drop -a -x %f<cr>
|
|
|
|
|
|
|
|
|
|
|
|
" Mappings for faster renaming
|
|
|
|
" Mappings for faster renaming
|
|
|
|
nnoremap I cw<c-a>
|
|
|
|
nnoremap I cw<c-a>
|
|
|
|
nnoremap cc cw<c-u>
|
|
|
|
nnoremap cc cw<c-u>
|
|
|
|