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.
我想知道emacs是否有一个命令可以打开光标指向的文件。例如:我有一个包含以下文本的 ASCII 文件:
source ../scripts/setup.tcl
../scripts/setup.tcl当我当前的光标位置位于文件的一个字符上时,我想要一个打开文件的命令。
../scripts/setup.tcl
(global-set-key (kbd "C-x C-f") 'ffap)