#author("2019-09-20T16:33:13+09:00","default:honma","honma")
* nano の設定 [#u6f42fcf]

debian標準のエディタである nano を少し使いやすくする

** .nanorc の用意 [#g11edb0f]

雛形をコピーする

 $ zcat /usr/share/doc/nano/examples/sample.nanorc.gz > .nanorc

** .nanorc のカスタマイズ [#c10b1da3]

好みに合わせて .nanorc を変更して設定を変える

 ## Constantly display the cursor position in the statusbar.  Note that
 ## this overrides "quickblank".
 set constantshow
 ## (The old form, 'const', is deprecated.)
 :
 ## Don't wrap text at all.
 set nowrap
 :
 ## Use smooth scrolling as the default.
 set smooth
 :
 ## Use this tab size instead of the default; it must be greater than 0.
 set tabsize 4
 :



トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS