Created
April 13, 2018 00:57
-
-
Save feyderm/ba23ab724cb9fa7d235cfbed79dae7f6 to your computer and use it in GitHub Desktop.
RStudio Vim keymappings
This file contains 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
:imap jj <Esc> | |
:nmap f x | |
" NB: must be capital 'S', unlike in .vimrc | |
:map <Space> viw |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment