From 9695ef0107db01bd519daa46035fa8772aba1147 Mon Sep 17 00:00:00 2001 From: Johannes Merz Date: Wed, 11 Oct 2023 08:28:44 +0200 Subject: [PATCH] Update vim/.vimrc --- vim/.vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vim/.vimrc b/vim/.vimrc index 54082d6..9d0b8a5 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -50,6 +50,8 @@ set notimeout ttimeout ttimeoutlen=200 set background=dark syntax on set incsearch +" toggle paste with F11 +set pastetoggle= command Wm w|Make