Browse Source

Allow eaeier wrapping toggle via ',w'

Alois Mahdal 3 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
 nnoremap ,m :previous<CR>
85
 nnoremap ,m :previous<CR>
86
 nnoremap ,. :next<CR>
86
 nnoremap ,. :next<CR>
87
 nnoremap ,l :ls<CR>
87
 nnoremap ,l :ls<CR>
88
+nnoremap ,w :set wrap!<CR>
88
 
89
 
89
 if has("autocmd")
90
 if has("autocmd")
90
   filetype plugin indent on
91
   filetype plugin indent on