Skip to content

Commit

Permalink
add ideavimrc
Browse files Browse the repository at this point in the history
  • Loading branch information
slme9364 committed Dec 2, 2020
1 parent dc0e46e commit c82e584
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions vim/.ideavimrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
source ~/.vimrc.keymap
5 changes: 5 additions & 0 deletions vim/.vimrc.keymap
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
inoremap <silent> jj <ESC>
nnoremap sl <C-w>l
nnoremap sh <C-w>h
nnoremap sj <C-w>j
nnoremap sk <C-w>k

0 comments on commit c82e584

Please sign in to comment.