gpt4 book ai didi

vim - 使用 :browse old IF no file is specified as a cli argument 启动 vim

转载 作者:行者123 更新时间:2023-12-02 09:11:27 25 4
gpt4 key购买 nike

我曾经安装 vim-startify 直到发现 :bro[se] old。

如果以空缓冲区启动,如何将 ~/.vimrc 配置为 :bro old?

最佳答案

function BrowseOld()
if @% == ""
browse old
endif
endfunction

au VimEnter * call BrowseOld()

关于vim - 使用 :browse old IF no file is specified as a cli argument 启动 vim,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51501753/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com