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.
我知道我可以运行外部程序,ls例如cat. !我一直在寻找如何创建快捷方式来将所有这些程序作为编辑器命令运行。
ls
cat
!
例如!ls,我想创建而不是:lsf。Vim有什么办法吗?
!ls
:lsf
你可以使用这个:
cnoremap lsf !ls