Answers:
quickly
应该支持EDITOR
环境变量。
$ quickly help ubuntu-application edit
Usage: quickly edit
A convenience command to open all of your python files in your project
directory in your default editor, ready for editing.
If you put yourself EDITOR or SELECTED_EDITOR environment variable, this latter
will be used. Also, if you configured sensible-editor, this one will be
choosed.
我没有安装任何其他GUI IDE,但是我使用进行了测试,$ export EDITOR=nano && quickly edit
并且所有文件都以nano
代替gedit
。添加export EDITOR=nano
到您~/.bashrc
应该使此更改持久。
~/
是当前用户主文件夹的简写。因此,如果您的用户名是“ nootrino”,则/home/nootrino/
该.bashrc
文件将扩展为。大多数情况下,该文件从视图中隐藏,因为所有以点(“ .
”)开头的文件或文件夹都是隐藏的。打开您的主文件夹,然后按Ctrl + h
来显示这些隐藏的配置文件,通常称为“点文件”。