Ubuntuでnano操作するコマンドまとめ

操作コマンド

^G ==(F1) Invoke the help menu
^X ==(F2) Close currently loaded file/Exit from nano
^O ==(F3) Write the current file to disk == ^O WriteOut

^J ==(F4) Justify the current paragraph
^R ==(F5) Insert another file into the current one
^W ==(F6) Search for text within the editor
^Y ==(F7) Move to the previous screen
^V == ( F8 ) Move to the next screen

^K ==(F9) Cut the current line and store it in the cutbuffer
^U ==(F10) Uncut from the cutbuffer into the current line
^C ==(F11) Show the position of the cursor

^T ==(F12) Invoke the spell checker, if available
^N Move down one line
M-> Open next loaded file
M-I Auto indent enable/disable
M-Z Suspend enable/disable
M-Y Color syntax highlighting enable/disable

Linux

Posted by arkgame