Adds vim lion

master
Jonathan Hodgson 5 years ago
parent 16d377b884
commit cbe831f750
  1. 3
      .gitmodules
  2. 4
      .vimrc
  3. 1
      bundle/vim-lion

3
.gitmodules vendored

@ -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

@ -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

@ -0,0 +1 @@
Subproject commit 75306ac1922952ca1a401aee43ddbb304029926d
Loading…
Cancel
Save