Przeglądaj źródła

Use F3 to toggle wrapping instead of less useful 'relativenumber'

Alois Mahdal 2 lat temu
rodzic
commit
df60882528
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      dotfiles/vim/vimrc

+ 1
- 1
dotfiles/vim/vimrc Wyświetl plik

@@ -49,7 +49,7 @@ set directory+=.
49 49
 set updatetime=100
50 50
 set t_vb=
51 51
 set pastetoggle=<F4>
52
-nmap <F3> :set relativenumber!<CR>
52
+nmap <F3> :set wrap!<CR>
53 53
 
54 54
 if has('mouse')
55 55
   set mouse=a