Created
September 7, 2021 14:52
-
-
Save therealadam/fc553df5cb2627203992ccdd82695ed4 to your computer and use it in GitHub Desktop.
vimrc for use with JetBrains IDEs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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