vimrc cleaning.
This commit is contained in:
parent
835f351d49
commit
8352a2c110
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,6 @@
|
||||||
set runtimepath=$XDG_CONFIG_HOME/vim,$VIMRUNTIME,$XDG_CONFIG_HOME/vim/after
|
set runtimepath=$XDG_CONFIG_HOME/vim,$VIMRUNTIME
|
||||||
|
set viminfofile=$XDG_CACHE_HOME/viminfo
|
||||||
|
|
||||||
call plug#begin('$XDG_DATA_HOME/vim-plugins')
|
call plug#begin('$XDG_DATA_HOME/vim-plugins')
|
||||||
Plug 'tomasr/molokai'
|
Plug 'tomasr/molokai'
|
||||||
Plug 'junegunn/fzf'
|
Plug 'junegunn/fzf'
|
||||||
|
@ -42,8 +44,6 @@ set showtabline=0
|
||||||
set softtabstop=2
|
set softtabstop=2
|
||||||
set winminheight=0
|
set winminheight=0
|
||||||
|
|
||||||
set viminfofile=$XDG_CACHE_HOME/viminfo
|
|
||||||
|
|
||||||
nmap <tab> <C-w>w
|
nmap <tab> <C-w>w
|
||||||
nmap <Esc><CR> :wq!<CR>
|
nmap <Esc><CR> :wq!<CR>
|
||||||
nmap <C-p> :Files<CR>
|
nmap <C-p> :Files<CR>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue