twcmd.vim:vim 的 wincmd 式扩展标签窗口移动命令

时间:2024-07-24 03:40:39
【文件属性】:

文件名称:twcmd.vim:vim 的 wincmd 式扩展标签窗口移动命令

文件大小:10KB

文件格式:ZIP

更新时间:2024-07-24 03:40:39

Vimscript

twcmd.vim twcmd.vim 是一组用于在 vim 中移动和管理选项卡和窗口的有用命令。 移动标签/窗口 堆叠访问过的窗口并在关闭时恢复它们 安装 使用插件管理器(推荐) : 添加Bundle 'yssl/twcmd.vim'到 .vimrc & :BundleInstall : 将NeoBundle 'yssl/twcmd.vim'添加到 .vimrc & :NeoBundleInstall : 添加Plug 'yssl/twcmd.vim'到 .vimrc & :PlugInstall 使用cd ~/.vim/bundle; git clone https://github.com/yssl/twcmd.vim.git 手动安装(不推荐) 下载这个插件并解压到~/.vim/ 用法 在 vim 正常模式下,键入以下命令并按 。 :TWcmd


【文件预览】:
twcmd.vim-master
----.gitignore(13B)
----doc()
--------twcmd.txt(9KB)
----README.md(9KB)
----plugin()
--------twcmd.vim(2KB)
----autoload()
--------twcmd.vim(10KB)
----README(1KB)

网友评论