updated bashrc and init.vim

This commit is contained in:
tomit4 2021-11-03 15:31:48 -07:00
parent c023a98efe
commit 2ae48da166
2 changed files with 7 additions and 2 deletions

View file

@ -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