Update vim/.vimrc
This commit is contained in:
parent
917fc979af
commit
9695ef0107
|
|
@ -50,6 +50,8 @@ set notimeout ttimeout ttimeoutlen=200
|
||||||
set background=dark
|
set background=dark
|
||||||
syntax on
|
syntax on
|
||||||
set incsearch
|
set incsearch
|
||||||
|
" toggle paste with F11
|
||||||
|
set pastetoggle=<f11>
|
||||||
|
|
||||||
command Wm w|Make
|
command Wm w|Make
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue