From 4df7b9cc08fba60bf1ea4383b132e264915dc6af Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 5 Jul 2018 00:02:44 +1200 Subject: Experiment with comma as Vim --- vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vim/vimrc') 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 -- cgit v1.2.3