Adds vim lion
This commit is contained in:
parent
16d377b884
commit
cbe831f750
3 changed files with 5 additions and 3 deletions
4
.vimrc
4
.vimrc
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue