diff options
Diffstat (limited to 'vimrc')
| -rw-r--r-- | vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -40,6 +40,9 @@ set noswapfile " this by calling vim --version and see if you have +clipboard. set clipboard=unnamed +" Paste toggle +set pastetoggle=<f2> + "" " Colorscheme |
