Adds vim lion

This commit is contained in:
Jonathan Hodgson 2019-06-06 17:45:08 +01:00
parent 16d377b884
commit cbe831f750
3 changed files with 5 additions and 3 deletions

3
.gitmodules vendored
View file

@ -72,3 +72,6 @@
[submodule "bundle/command-t"]
path = bundle/command-t
url = https://github.com/wincent/command-t.git
[submodule "bundle/vim-lion"]
path = bundle/vim-lion
url = git@github.com:tommcdo/vim-lion.git

4
.vimrc
View file

@ -95,8 +95,6 @@ let &t_EI = "\e[1 q"
" Plugin Options {{{1
let g:cssColorVimDoNotMessMyUpdatetime = 1
" Airline
set laststatus=2
let g:airline_powerline_fonts = 1
@ -380,7 +378,7 @@ nnoremap <C-j> :call WinMove('j')<cr>
nnoremap <C-k> :call WinMove('k')<cr>
nnoremap <C-l> :call WinMove('l')<cr>
" Make Ctrl C and Ctrl V work on system buffer
" Make Ctrl C and Ctrl V work on system clipboard
" if in visual or insert mode respectively
vnoremap <C-c> "+y
inoremap <C-v> <Esc>"+pa

1
bundle/vim-lion Submodule

@ -0,0 +1 @@
Subproject commit 75306ac1922952ca1a401aee43ddbb304029926d