Created
August 12, 2020 08:57
-
-
Save rebel1324/1229c9fb6c86da16d4dc168f9d623b19 to your computer and use it in GitHub Desktop.
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
nnoremap <Leader>R :action Run<Enter> | |
nnoremap <Leader>y "*y | |
nnoremap <Leader>Y "*yy | |
nnoremap <Leader><Leader> :action InsertLiveTemplate<Enter> | |
nnoremap <Leader>] :action SurroundWithLiveTemplate<Enter> | |
nnoremap <Leader>[ :action SurroundWith<Enter> | |
nnoremap <Leader>V :action IntroduceVariable<Enter> | |
xnoremap <Leader>[ :action SurroundWith<Enter> | |
xnoremap <Leader>] :action SurroundWithLiveTemplate<Enter> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment