Skip to content

Instantly share code, notes, and snippets.

@jart
Last active January 17, 2018 03:50
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 jart/b6e15f2236cf721e870cb21b11a55b90 to your computer and use it in GitHub Desktop.
Save jart/b6e15f2236cf721e870cb21b11a55b90 to your computer and use it in GitHub Desktop.
set autoindent
set cut
set tabsize 2
set tabstospaces
set nohelp
set morespace
bind ^S whereis main
bind M-F nextword main
bind M-B prevword main
bind M-{ beginpara main
bind M-} endpara main
bind ^V pagedown main
bind M-V pageup main
bind ^W cut main
bind M-W copytext main
bind ^Y uncut main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment