0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

[Linux][command] エディタ_vi, Vim, Emacs, nano

Last updated at Posted at 2025-04-10

主なエディタ

エディタ 説明
vi UNIX伝統のテキストエディタ
- キーボード操作が中心
- モード(ノーマル・挿入など)を使い分ける
Vim viから派生した高機能なテキストエディタ
- 基本的な操作方法はviと同じ
- GUI
- 現在はviに代わりLinux標準
Emacs テキスト編集、コーディング、デバッグ、他プログラムの操作など開発環境として便利な機能を備えた高機能エディタ
- ユーザ独自の拡張機能をカスタマイズ
- GUI
nano GUIをサポートしていない軽量の端末エディタ
- 操作キーとそれに対応する機能が画面下部に表示

Ping-t

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?