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.
我需要这些问题的答案:
如何以及在哪里可以更改 Linux 用户配置文件中的默认应用程序?
我猜你指的是编辑。如果是这样,请使用以下内容:
export EDITOR=vi #or whatever other editor
要使其永久化,请将此行添加到.bashrc用户家中的文件中,即~/.bashrc.
.bashrc
~/.bashrc
如何在 vi 编辑器中保存更改而不退出?我猜是wqq!但我不确定。
用来:w保存。您必须处于命令模式(去那里 push Esc)。
:w