Skip to content

Instantly share code, notes, and snippets.

@katabame
Created February 1, 2018 00:53
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 katabame/1a9ac115f6fb3587e0bf28bdb243943c to your computer and use it in GitHub Desktop.
Save katabame/1a9ac115f6fb3587e0bf28bdb243943c to your computer and use it in GitHub Desktop.
set autoindent
set const
set cut
set morespace
set multibuffer
set nohelp
set nonewlines
set nowrap
set preserve
set rebindkeypad
set smarthome
set smooth
set suspend
set tabsize 4
bind ^A mark main
bind ^C copytext main
bind ^F whereis all
bind ^G gotoline main
bind ^N insert main
bind ^W cancel all
bind ^S writeout main
bind ^R replace all
bind ^W exit main
bind ^V uncut main
bind ^X cut main
bind ^Z undo main
bind ^Y redo main
bind ^] findbracket main
bind F1 nohelp main
bind F2 help main
bind F3 searchagain main
bind F5 refresh all
bind F12 suspend all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment