Translation(s): العربية - German - English - Español - Français - Italiano - 日本語 (Nihongo) - Русский - 简体中文


アプリケーション

Debtagsで tag:use::editing AND tag:works-with::software:source を検索。

コンソール

CLI環境で使うことのできるテキストエディター。

グラフィカル

以下のテキストエディタは、グラフィカル環境で使うことができます。

デフォルトのテキストエディタの設定方法

See also: DesktopDefaultSettings

管理者

You can set a text editor as default with the update-alternatives command:

update-alternatives --set editor /path/to/the/chosen/editor

or

update-alternatives --config editor

and to see the list of possible paths:

update-alternatives --list editor

Then, just use the editor command instead of vim, emacs or nano for example.

ユーザー

"$EDITOR"環境変数を設定します。
例: Emacsをデフォルトのテキストエディタに設定するには ~/.profile を次のように編集するだけで良いです:

export EDITOR=emacs


CategorySoftware