Update vim/.vimrc

This commit is contained in:
Johannes Merz 2023-10-11 08:28:44 +02:00
parent 917fc979af
commit 9695ef0107
1 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,8 @@ set notimeout ttimeout ttimeoutlen=200
set background=dark
syntax on
set incsearch
" toggle paste with F11
set pastetoggle=<f11>
command Wm w|Make