Browse Source

Remapped paste toggle to <F4>

Alois Mahdal 12 years ago
parent
commit
8e7fc3b16e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      dotfiles/vim/vimrc

+ 1
- 1
dotfiles/vim/vimrc View File

89
 
89
 
90
 set autoindent
90
 set autoindent
91
 
91
 
92
-set pastetoggle=<F2>
92
+set pastetoggle=<F4>
93
 nmap <F3> :set invnumber<CR>
93
 nmap <F3> :set invnumber<CR>