mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-07 00:05:10 +01:00
Remap the Leader key from \ to ,
This commit is contained in:
2
.vimrc
2
.vimrc
@@ -163,6 +163,8 @@ syntax on
|
|||||||
set dictionary+=/usr/share/dict/words
|
set dictionary+=/usr/share/dict/words
|
||||||
" use ctrl-n ctrl-n instead of ctrl-x ctrl-k
|
" use ctrl-n ctrl-n instead of ctrl-x ctrl-k
|
||||||
set complete-=k complete+=k
|
set complete-=k complete+=k
|
||||||
|
" change the mapleader from \ to ,
|
||||||
|
let mapleader=","
|
||||||
|
|
||||||
" ctags: check the current folder for tags file and keep going one directory up
|
" ctags: check the current folder for tags file and keep going one directory up
|
||||||
" all the way to the homedir
|
" all the way to the homedir
|
||||||
|
|||||||
Reference in New Issue
Block a user