Created
May 21, 2020 18:58
-
-
Save kshivang/0357e144ff37ecd0150a1c6b97ee5339 to your computer and use it in GitHub Desktop.
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
set surround | |
let mapleader = "," | |
inoremap jk <Esc> | |
cnoremap jk <Esc> | |
map <leader>r :action RenameElement<CR> | |
map <Leader>g :action Generate<CR> | |
map <Leader><Leader> :action Run<CR> | |
imap <C-v> <Esc>:action $Paste<CR> | |
nnoremap <C-l> gt | |
nnoremap <C-k> gt | |
nnoremap <C-h> gT | |
nnoremap <C-j> gT | |
" don't overwrite register when pasting over selection | |
vnoremap p pgvy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment