aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-05 00:02:44 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-05 00:02:44 +1200
commit4df7b9cc08fba60bf1ea4383b132e264915dc6af (patch)
treee78506fbbc88b691dd0d59e6696e2a952c132d89 /vim/vimrc
parentMerge branch 'release/v1.21.0' into develop (diff)
downloaddotfiles-4df7b9cc08fba60bf1ea4383b132e264915dc6af.tar.gz
dotfiles-4df7b9cc08fba60bf1ea4383b132e264915dc6af.zip
Experiment with comma as Vim <LocalLeader>
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index ed855b41..4b2803fe 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -9,7 +9,7 @@ runtime system.vim
" Load filetype settings, plugins, and maps
if has('autocmd')
- let g:maplocalleader = '_'
+ let g:maplocalleader = ','
filetype plugin indent on
endif