Skip to content

Commit

Permalink
Toggle set list with <leader>l
Browse files Browse the repository at this point in the history
  • Loading branch information
goodtimeaj committed Jun 29, 2014
1 parent 5db180a commit 0a10ea8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vimrc
Expand Up @@ -79,6 +79,9 @@ set listchars=tab:▸\ ,trail:·,eol:¬,nbsp:_,extends:❯,precedes:❮
" Don't show invisible characters (default)
set nolist

" Toggle set list
nnoremap <leader>l :set list!<cr>
""
"" Wrapping
""
Expand Down

0 comments on commit 0a10ea8

Please sign in to comment.