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?