systemSetup

system setup, configuration and dotfiles
git clone https://noulin.net/git/systemSetup.git
Log | Files | Refs | README | LICENSE

commit 35e495200af773d3ddd3ca2702b2ef41c25bd4c1
parent e7e840025b07f38a892c67aa603297f7f226f978
Author: Remy Noulin <loader2x@gmail.com>
Date:   Mon, 19 Apr 2021 10:19:46 +0200

Add F3 to toggle paste mode in vimrc

(while the insert mode is active)

dotfiles/.vimrc | 1 +
1 file changed, 1 insertion(+)

Diffstat:
Mdotfiles/.vimrc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/dotfiles/.vimrc b/dotfiles/.vimrc @@ -229,6 +229,7 @@ nmap <Return> i nnoremap \ "0p nnoremap \| "0P +set pastetoggle=<f3> nnoremap <F9> :tabprev<CR> inoremap <F9> <c-o>:tabprev<CR> nnoremap <F10> :tabnext<CR>