Skip to content

Instantly share code, notes, and snippets.

@laramartin
Created February 3, 2020 18:15
Show Gist options
  • Save laramartin/d5c1e9c44cc5e683b7646c780cb2cd99 to your computer and use it in GitHub Desktop.
Save laramartin/d5c1e9c44cc5e683b7646c780cb2cd99 to your computer and use it in GitHub Desktop.
set surround " visual select and then S
set ignorecase " Make searches case-insensitive.
set incsearch " But do highlight as you type your search.
set clipboard=unnamed " yank and paste from system clipboard
set clipboard+=ideaput " ctrl + c & v from ideavim
noremap <Up> <Nop>
noremap <Down> <Nop>
noremap <Left> <Nop>
noremap <Right> <Nop>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment