[vim] add dirvish

This commit is contained in:
odrling 2019-09-11 11:30:25 +02:00
parent e098c2b0ca
commit bb1eee0b84
5 changed files with 15 additions and 1 deletions

View file

@ -330,7 +330,6 @@ map <leader>s? z=
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" git
noremap <C-z> :Gw<CR>
noremap <C-c> :Gcommit<CR>
" Remove the Windows ^M - when the encodings gets messed up
noremap <Leader>m mmHmt:%s/<C-V><cr>//ge<cr>'tzt'm
@ -365,6 +364,9 @@ inoremap <C-]> <C-x><C-]>
" create line above
inoremap <S-Enter> <Esc>O
" bulk rename (with dirvish)
nnoremap <C-S-r> :%Shdo mv {} {}<cr>
" adathings
autocmd FileType ada ab if<space> if then<CR><++><CR>end if;<CR><++><Esc>3k0ea
autocmd FileType ada ab while while loop<CR><++><CR>end loop;<CR><++><Esc>3k0ea

9
.gitmodules vendored
View file

@ -56,3 +56,12 @@
[submodule ".vim/bundle/vim-repeat"]
path = .vim/bundle/vim-repeat
url = https://github.com/tpope/vim-repeat.git
[submodule ".vim/bundle/vim-dirvish"]
path = .vim/bundle/vim-dirvish
url = https://github.com/justinmk/vim-dirvish.git
[submodule ".vim/bundle/vim-eunuch"]
path = .vim/bundle/vim-eunuch
url = https://github.com/tpope/vim-eunuch.git
[submodule ".vim/bundle/vim-unimpaired"]
path = .vim/bundle/vim-unimpaired
url = https://github.com/tpope/vim-unimpaired.git

@ -0,0 +1 @@
Subproject commit e8a213d9d0a21f03fc03319fa7560521b6cd6928

@ -0,0 +1 @@
Subproject commit e066a0999e442d9d96f24ad9d203b1bd030ef72e

@ -0,0 +1 @@
Subproject commit ab7082c0e89df594a5ba111e18af17b3377d216d