updated bashrc and init.vim
This commit is contained in:
parent
c023a98efe
commit
2ae48da166
2 changed files with 7 additions and 2 deletions
|
|
@ -104,6 +104,9 @@ let g:ctrlp_user_command = ['.git/', 'git --git-dir=%s/.git ls-files -oc --exclu
|
|||
noremap <silent> <expr> j (v:count == 0 ? 'gj' : 'j')
|
||||
noremap <silent> <expr> k (v:count == 0 ? 'gk' : 'k')
|
||||
|
||||
"remap leader key to comma
|
||||
let mapleader=","
|
||||
|
||||
"set relativenumber
|
||||
set number
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue