Skip to content

Instantly share code, notes, and snippets.

@zonuexe
Last active October 10, 2015 22:28
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save zonuexe/3760480 to your computer and use it in GitHub Desktop.
Save zonuexe/3760480 to your computer and use it in GitHub Desktop.
nano editorでWindows風のキーバインドなの
# Windows (notepad) like keybinding for nano editor
# written by zonuexe, license under GPLv3 or NYSL(0.9982)
# lastupdate: h240921
#
# how to install
# a. rename and move this file to $HOME/.nanorc
# % mv nanorc.keybindings $HOME/.nanorc
# b. concatenate this file with tail of $HOME/.nanorc
# % cat nanorc.keybindings >> $HOME/.nanorc
#bind ^B browser main
bind ^C copytext main
bind ^F whereis main
bind ^G gotoline main
bind ^I indent main
bind ^N exit main
bind ^M enter main
bind ^S writeout main
bind ^R replace main
bind ^V uncut main
bind ^X cut main
bind ^Y redo main
bind ^Z undo main
bind F1 help main
bind F3 whereis main
#bind F3 nexthistory search
## ここの設定のしかたがわからないの
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment