Skip to content

Instantly share code, notes, and snippets.

@exinmusic
Created December 14, 2022 05:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save exinmusic/d5aaf4936d6a7d9a5669df7f97d28638 to your computer and use it in GitHub Desktop.
Save exinmusic/d5aaf4936d6a7d9a5669df7f97d28638 to your computer and use it in GitHub Desktop.
" Highlight cursor line underneath the cursor horizontally.
set cursorline
" Turn on line numbers
set number
" Use "jk" as a hotkey to escape to normal mode
inoremap jk <Esc>
" Reduce the delay after pressing "j"
set timeoutlen=100
set ttimeoutlen=0
" force syntax highlighting
syntax on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment