Skip to content

Instantly share code, notes, and snippets.

@mfakane
Created March 15, 2017 09:25
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mfakane/3866e73c52d66a912e9fe6f45416f868 to your computer and use it in GitHub Desktop.
Save mfakane/3866e73c52d66a912e9fe6f45416f868 to your computer and use it in GitHub Desktop.
これが私の .nanorc
include "/usr/share/nano/*.nanorc"
set autoindent
set const
set cut
set morespace
#set mouse
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 ^I indent main
bind ^M enter main
bind ^N insert main
bind ^O insert main
bind ^Q cancel all
bind ^Q exit main
bind ^S writeout main
bind ^R replace all
bind ^W cancel all
bind ^W exit main
bind ^V uncut main
bind ^X cut main
bind M-Y redo main
bind M-Z undo 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