Skip to content

Instantly share code, notes, and snippets.

@rikyperdana
Created September 15, 2017 18:49
Show Gist options
  • Save rikyperdana/9184a782ccbc305399e256ca29fa207c to your computer and use it in GitHub Desktop.
Save rikyperdana/9184a782ccbc305399e256ca29fa207c to your computer and use it in GitHub Desktop.
Nano bind keys
# put these lines on ~/.nanorc
bind ^i up main
bind ^j left main
bind ^k down main
bind ^l right main
bind ^s writeout main
bind ^x cut main
bind ^v uncut main
bind ^z undo main
bind ^y redo main
bind ^f whereis main
bind ^h replace main
bind ^q exit main
bind F9 prevbuf main
bind F10 nextbuf main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment