Created
September 15, 2017 18:49
-
-
Save rikyperdana/9184a782ccbc305399e256ca29fa207c to your computer and use it in GitHub Desktop.
Nano bind keys
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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