Browse Source

Allow eaeier wrapping toggle via ',w'

Alois Mahdal 2 years ago
parent
commit
1563b4ed26
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      dotfiles/vim/vimrc

+ 1
- 0
dotfiles/vim/vimrc View File

@@ -85,6 +85,7 @@ nnoremap ,, :b#<CR>
85 85
 nnoremap ,m :previous<CR>
86 86
 nnoremap ,. :next<CR>
87 87
 nnoremap ,l :ls<CR>
88
+nnoremap ,w :set wrap!<CR>
88 89
 
89 90
 if has("autocmd")
90 91
   filetype plugin indent on