Adds vim lion
This commit is contained in:
parent
16d377b884
commit
cbe831f750
3 changed files with 5 additions and 3 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -72,3 +72,6 @@
|
||||||
[submodule "bundle/command-t"]
|
[submodule "bundle/command-t"]
|
||||||
path = bundle/command-t
|
path = bundle/command-t
|
||||||
url = https://github.com/wincent/command-t.git
|
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
4
.vimrc
|
@ -95,8 +95,6 @@ let &t_EI = "\e[1 q"
|
||||||
|
|
||||||
" Plugin Options {{{1
|
" Plugin Options {{{1
|
||||||
|
|
||||||
let g:cssColorVimDoNotMessMyUpdatetime = 1
|
|
||||||
|
|
||||||
" Airline
|
" Airline
|
||||||
set laststatus=2
|
set laststatus=2
|
||||||
let g:airline_powerline_fonts = 1
|
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-k> :call WinMove('k')<cr>
|
||||||
nnoremap <C-l> :call WinMove('l')<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
|
" if in visual or insert mode respectively
|
||||||
vnoremap <C-c> "+y
|
vnoremap <C-c> "+y
|
||||||
inoremap <C-v> <Esc>"+pa
|
inoremap <C-v> <Esc>"+pa
|
||||||
|
|
1
bundle/vim-lion
Submodule
1
bundle/vim-lion
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 75306ac1922952ca1a401aee43ddbb304029926d
|
Loading…
Add table
Add a link
Reference in a new issue