Skip to content

Instantly share code, notes, and snippets.

@roelandm
roelandm / .ideavimrc
Created January 29, 2025 09:24
Ideavim
sethandler <C-O> a:vim
sethandler <C-S> a:vim
sethandler <C-V> a:vim
sethandler <C-A> a:vim
sethandler <C-E> a:vim
sethandler <C-W> a:vim
let mapleader = " "
set clipboard+=unnamed