Skip to content

Instantly share code, notes, and snippets.

@kshivang
Created May 21, 2020 18:58
Show Gist options
  • Save kshivang/0357e144ff37ecd0150a1c6b97ee5339 to your computer and use it in GitHub Desktop.
Save kshivang/0357e144ff37ecd0150a1c6b97ee5339 to your computer and use it in GitHub Desktop.
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