Skip to content

Instantly share code, notes, and snippets.

@rebel1324
Created August 12, 2020 08:57
Show Gist options
  • Save rebel1324/1229c9fb6c86da16d4dc168f9d623b19 to your computer and use it in GitHub Desktop.
Save rebel1324/1229c9fb6c86da16d4dc168f9d623b19 to your computer and use it in GitHub Desktop.
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