Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Nano では、テキストがウィンドウの端に達すると、書き込んでいる行に続くのではなく、新しい行が開始されます。これを変更するにはどうすればよいですか?
例:
This is a test, writing next line
これは私が欲しいものです:
This is a test, writing $next line
に追加set nowrapします.nanorc。
set nowrap
.nanorc