Skip to content

Commit

Permalink
[vim] Add <leader>tb to toggle line wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Feb 4, 2020
1 parent 09adfd4 commit 9351d5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions etc/vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,7 @@ nnoremap <leader>sl :Lines<cr>| " lines in current buffer
nnoremap <leader>st :Tags<cr>| " search ctags
nnoremap <leader>sv :source $MYVIMRC<cr>:nohl<cr>| " source ~/.vimrc
nnoremap <leader>ta :call ToggleALE()<cr>| " toggle ale
nnoremap <leader>tb :set wrap!<cr>| " toggle line breaks
nnoremap <leader>tc :call ToggleColor()<cr>| " toggle syntax highlighting
nnoremap <leader>tn :call ToggleLineNumbers()<cr>| " toggle line numbers
nnoremap <leader>tg :GitGutterToggle<cr>| " toggle gitgutter
Expand Down

0 comments on commit 9351d5b

Please sign in to comment.