Skip to content

Instantly share code, notes, and snippets.

@SimonTheCoder
Last active March 2, 2020 14:57
Show Gist options
  • Save SimonTheCoder/a17232a1de8e7ce9b3daa4e376af9815 to your computer and use it in GitHub Desktop.
Save SimonTheCoder/a17232a1de8e7ce9b3daa4e376af9815 to your computer and use it in GitHub Desktop.
put to C:\Users\<USERNAME>\AppData\Local\nvim
tnoremap <expr> <C-R> '<C-\><C-N>"'.nr2char(getchar()).'pi'
tnoremap <expr> <C-o> '<C-\><C-N>"'.trim(input('CMD:')).'i'
tnoremap <M-`> <C-\><C-N>
nnoremap <M-`> <ESC>
vnoremap <C-c> "+y
set mouse=a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment