Files
dotfiles/.ideavimrc
2026-01-06 01:45:44 +01:00

26 lines
425 B
Plaintext

" Plugins
set surround
set commentary
set highlightedyank
set which-key
set notimeout
" Default settings
set visualbell
set ignorecase
set smartcase
set incsearch
set hlsearch
set scrolloff=10
let mapleader = " "
let maplocalleader = " "
" Binds
nnoremap gr :action ShowUsages<CR>
inoremap <C-e> <Esc>i
nnoremap <C-w>m :action MoveEditorToOppositeTabGroup<CR>
nnoremap <leader>m :action MoveEditorToOppositeTabGroup<CR>