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.
根据man editrc,您必须放入bind -v文件~/.editrc以在使用editline. 这反过来将允许您按<Esc>v那里启动 vi 本身。
man editrc
bind -v
~/.editrc
editline
<Esc>v
但是是否有可能告诉一个 REPL(如果这很重要,我正在谈论 python)在那个按键上启动Vim ,而不是vi?我有一个旧版本的 Vim 7.3 别名为vi,这些天这并不是很有帮助,但我仍然想保持这种方式......
vi
(以防万一,在 Bash 中,它$EDITOR 在启动编辑器时使用变量,因此工作得很好。)
$EDITOR