aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-05 00:05:40 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-05 00:05:40 +1200
commit9c8a5b41cfa58ed69023a73cd8608bbcd2077883 (patch)
treeffa431a79759fc05a3067ad61ac97afd7ab53a32 /vim/vimrc
parentMerge branch 'release/v1.21.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-9c8a5b41cfa58ed69023a73cd8608bbcd2077883.tar.gz
dotfiles-9c8a5b41cfa58ed69023a73cd8608bbcd2077883.zip
Merge branch 'release/v1.22.0'v1.22.0
* release/v1.22.0: Bump VERSION 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