Skip to content

Commit

Permalink
feat(vim): add config for intellij vim mode
Browse files Browse the repository at this point in the history
  • Loading branch information
tagoro9 committed Oct 16, 2021
1 parent 587b7c8 commit 8b83924
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/vim/ideavimrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
" Show line numbers
set number
set relativenumber

" Allow to copy / paste more easily
set clipboard+=unnamed
" Enable vim-surround (https://youtrack.jetbrains.com/issue/VIM-769)
set surround
1 change: 1 addition & 0 deletions install.conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@
~/.zshrc: config/shells/zsh/zshrc
~/.tmux.conf: config/tmux/tmux.conf
~/.vimrc: config/vim/vimrc
~/.ideavimrc: config/vim/ideavimrc

0 comments on commit 8b83924

Please sign in to comment.