Skip to content

Instantly share code, notes, and snippets.

@snosscire
Created September 29, 2021 08:19
Show Gist options
  • Save snosscire/76d72bc35b6dd8983e5589cb9c54b969 to your computer and use it in GitHub Desktop.
Save snosscire/76d72bc35b6dd8983e5589cb9c54b969 to your computer and use it in GitHub Desktop.
set autoindent
set constantshow
set historylog
set linenumbers
set locking
set morespace
#set mouse
set noconvert
set nohelp
set nonewlines
set nowrap
set positionlog
set smooth
set softwrap
set suspend
set tabsize 4
set speller "aspell -x -c"
set numbercolor brightblack,normal
set titlecolor white,black
set statuscolor white,black
# set errorcolor brightwhite,red
set selectedcolor white,black
set keycolor brightgreen
set functioncolor brightblue
#unbind ^K main
#unbind ^U main
#unbind ^W main
#unbind ^I main
#bind ^O insert main
#bind ^S writeout main
#bind ^Q exit main
#bind ^W exit main
#bind F1 help main
#bind ^P prevword main
#bind ^N nextword main
#bind ^B firstline main
#bind ^E lastline main
#bind ^L curpos main
#bind ^I gotoline main
#bind ^V mark main
#bind ^X cut main
#bind ^C copy main
#bind ^V paste main
#bind ^F whereis main
#bind ^G findnext main
#bind ^H replace main
#bind M-U undo main
#bind ^R redo main
#bind ^Space complete main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment