Skip to content

Instantly share code, notes, and snippets.

@littlebenlittle
Created May 28, 2019 15:35
Show Gist options
  • Save littlebenlittle/72f37e33c40dd27c77c42429d9f9989f to your computer and use it in GitHub Desktop.
Save littlebenlittle/72f37e33c40dd27c77c42429d9f9989f to your computer and use it in GitHub Desktop.
" Prevent <esc>+[key] from generating a foreign character
" Credit to https://github.com/neovim/neovim/issues/2093#issuecomment-135685601
set ttimeout
set ttimeoutlen=0
set matchtime=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment