vim: toggle paste with F20

I have F20 mapped to the P key in the function layer on my Moonlander
keyboard.
This commit is contained in:
Fernando Schauenburg 2022-02-01 18:48:55 +01:00
parent 400c9041fd
commit 6e2995c930

View file

@ -16,6 +16,7 @@ set_options {
lazyredraw = true, -- don't redraw screen during macros
modelines = 0, -- never use modelines
fileformats = 'unix,mac,dos', -- prioritize unix <EOL> format
pastetoggle = '<F20>', -- toggle paste with P on Moonlander
swapfile = false, -- don't use swap files
writebackup = true, -- Make a backup before writing a file...