aboutsummaryrefslogtreecommitdiff
path: root/vim/config/list.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-03 20:38:36 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-03 20:38:36 +1300
commite7068824399af0ffa412f520563aef6962c8877a (patch)
treea397b67d51b09fb8de35eabe004e2bc22693c207 /vim/config/list.vim
parentMerge branch 'hotfix/v0.4.2' into develop (diff)
parentUse <Leader>/<LocalLeader> correctly in Vim config (diff)
downloaddotfiles-e7068824399af0ffa412f520563aef6962c8877a.tar.gz
dotfiles-e7068824399af0ffa412f520563aef6962c8877a.zip
Merge branch 'feature/local-leader' into develop
* feature/local-leader: Use <Leader>/<LocalLeader> correctly in Vim config
Diffstat (limited to 'vim/config/list.vim')
-rw-r--r--vim/config/list.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/config/list.vim b/vim/config/list.vim
index faf5e29a..209bb4ec 100644
--- a/vim/config/list.vim
+++ b/vim/config/list.vim
@@ -1,7 +1,7 @@
" Don't show whitespace characters or end-of-line characters visually by
" default, but make \l toggle between them
set nolist
-nnoremap <leader>l :setlocal list! list?<CR>
+nnoremap <Leader>l :setlocal list! list?<CR>
" Clearly show when the start or end of the row does not correspond to the
" start and end of the line