add IdeaVim rc file

This commit is contained in:
Sloane Perrault 2023-04-19 15:23:23 -04:00
parent 705a323820
commit 1e62d56219
No known key found for this signature in database

19
.ideavimrc Normal file
View file

@ -0,0 +1,19 @@
set nocompatible
set number
set relativenumber
" Intelli
" https://github.com/JetBrains/ideavim/wiki/IdeaVim-Plugins
Plug 'tpope/vim-surround'
Plug 'tpope/vim-commentary'
let g:mapleader = ' '
nnoremap ; :
nnoremap q; q:
vnoremap ; :
vnoremap q; q:
nnoremap <leader>w <cmd>w<cr>
nnoremap <leader>q <cmd>q<cr>