aboutsummaryrefslogtreecommitdiff
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
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>
-rw-r--r--VERSION4
-rw-r--r--vim/vimrc2
2 files changed, 3 insertions, 3 deletions
diff --git a/VERSION b/VERSION
index 128a9aed..e1eb12fb 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v1.21.0
-Wed Jul 4 05:03:12 UTC 2018
+tejr dotfiles v1.22.0
+Wed Jul 4 12:05:13 UTC 2018
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