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:
parent
400c9041fd
commit
6e2995c930
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ set_options {
|
||||||
lazyredraw = true, -- don't redraw screen during macros
|
lazyredraw = true, -- don't redraw screen during macros
|
||||||
modelines = 0, -- never use modelines
|
modelines = 0, -- never use modelines
|
||||||
fileformats = 'unix,mac,dos', -- prioritize unix <EOL> format
|
fileformats = 'unix,mac,dos', -- prioritize unix <EOL> format
|
||||||
|
pastetoggle = '<F20>', -- toggle paste with P on Moonlander
|
||||||
|
|
||||||
swapfile = false, -- don't use swap files
|
swapfile = false, -- don't use swap files
|
||||||
writebackup = true, -- Make a backup before writing a file...
|
writebackup = true, -- Make a backup before writing a file...
|
||||||
|
|
Loading…
Add table
Reference in a new issue