Skip to content

Instantly share code, notes, and snippets.

@therealadam
Created September 7, 2021 14:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save therealadam/fc553df5cb2627203992ccdd82695ed4 to your computer and use it in GitHub Desktop.
Save therealadam/fc553df5cb2627203992ccdd82695ed4 to your computer and use it in GitHub Desktop.
vimrc for use with JetBrains IDEs
set surround
set commentary
set easymotion
set ideajoin
set NERDTree
set relativenumber
set number
map \r :action RunAnything<CR>
map \b :action Vcs.Operations.Popup<CR>
map \n :action NERDTree<CR>
; run rails console
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment