`
wellee
  • 浏览: 104136 次
  • 性别: Icon_minigender_1
  • 来自: 温州
社区版块
存档分类
最新评论

Command-T plugin

    博客分类:
  • vim
阅读更多

https://wincent.com/products/command-t

 

非常不错的插件!有视频有教程!

 

在线文档

http://git.wincent.com/command-t.git/blob_plain/HEAD:/README.txt

 

默认快捷键: leader + t 打开CommandT工具

 

Ctr+a 跳到匹配字符串首

Ctr+e 跳到匹配字符串尾

Ctr+c 退出CommandT

Ctr+t 以新的tab打开

 

let g:CommandTMaxHeight=10

让CommandT的窗口最大为10行高度,0则为不限制高度

 

let g:CommandTMatchWindowAtTop

让CommandT界面的位置放在窗口的上面。默认为0,就是下面

 

当有新文件生成时,需要刷新缓存,才能够找到刚刚建立多文件。

:CommandTFlash (刷新文件列表缓存)

 

 

另外推荐个Preview

https://github.com/greyblake/vim-preview

 

:Preview 浏览当前页面,这个插件完全可以替代DW的F12

 

分享到:
评论

相关推荐

    terratest-maven-plugin-example:terratest-maven-plugin用法的示例存储库

    这个项目,"terratest-maven-plugin-example",提供了一个具体的例子,展示了如何在你的 Maven 项目中有效地使用该插件。Terraform 是一种流行的基础设施即代码(IAC)工具,它允许开发人员使用 HCL(HashiCorp ...

    Windows Vim_73

    我的windows 下 vim, 请阅读vim73目录下Install.win ...For linux Just copy and run under ...-Command-T(i install it on windows failed) +tlib +Tselectbuffer(dependencies : tlib >= 0.4) *Plz read README.md

    Bochs - The cross platform IA-32 (x86) emulator

    [3084390] Bochs won't load floppy plugin right on startup [3043174] Docbook use of '_' build failure [3085140] Ia_arpl_Ew_Rw definition of error [3078995] ROL/ROR/SHL/SHR modeling wrong when dest ...

    drone-email:无人机插件,用于发送电子邮件通知

    无人机电子邮件 无人机插件可通过电子邮件发送构建状态通知。 有关用法信息和可用选项的列表,请查看 。 二进位 使用以下命令生成二进制文件: go build 码头工人 使用以下命令构建docker映像: ... -e PLUGIN_FR

    tmux-fzf:使用fzf来管理您的tmux工作环境!

    特征管理会话(附加,分离,重命名,杀死... 注意:请使用此命令检查tmux是否能够找到fzf : tmux run-shell -b 'command -v fzf'通过安装将此行添加到您的~/.tmux.conf set -g @plugin ' sainnhe/tmux-fzf ' 重新加载

    backend_friburguense

    $ docker run --name mysql-friburguense -p 4000:3306 -e MYSQL_ROOT_PASSWORD=root -d -t mysql --default-authentication-plugin=mysql_native_password $ docker run --detach --name=mysql-friburguense -p ...

    dotfiles_linux

    达蒙·摩根(Damon Morgan)点文件(受Ryan Bates点文件影响很大) ...cd ~/.vim/bundle/command-t rake make 字体 首选的编程字体是Inconsolata http :/ / www . levien . com / type / myfonts / inconsolata

    jsjiami.com.v7代码解密工具+详细教程.zip

    调用方法:code# pre-defined commandnpm run xxx# or full commandnpm run decode -- -t type [-i input.js] [-o output.js]xxx为预定义的指令,见package.json中的scripts字段。type列表:common (高频局部混淆)...

    nagios-3.2.1.tar.gz

    为了使Nagios能够通过Web界面访问,还需要安装并配置Nagios的Web插件,如CGI接口和NRPE(Nagios Remote Plugin Executor)。 Nagios的Web插件通常位于`plugins`目录下,将其安装到适当的位置,例如`/usr/lib64/...

    nagios安装

    为了远程监控其他主机,我们还需要安装NRPE(Nagios Remote Plugin Executor)。下载NRPE的源代码并进行安装: ``` wget http://prdownloads.sourceforge.net/sourceforge/nagios/nrpe-2.12.tar.gz ./configure make...

    RootIgnore:从git repo根设置wildignore

    此插件旨在通过根据项目中的.gitignore和全局~/.gitignore自动过滤搜索结果来补充CtrlP和Command-T。 Adam Bellaire有一个,但是当您位于项目的子文件夹中时,它不尊重.gitignore 。 安装 旺德尔 plugin ' octref/...

    智慧健康体检平台-后台管理系统源码+项目说明.zip

    If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a [Take Over Mode](https://github.com/johnsoncodehk/volar/discussions/471#discussioncomment-1361669) ...

    管家 - 一个命令发射器「Steward - a command launcher」-crx插件

    Workflow 支持变量, plugin shiftkey 通用支持; 主题导出、导入; Wallpaer 新增纯色背景以及作者精选集; Websites 新增 actions 功能,默认添加页面保护的 action, websites 两种编辑模式。 Telegram:...

    jquery插件---slideViewer

    slideViewer checks for the number of images within your list, and dinamically creates a set of links to command (slide) you pictures. Also, clicking on each image will make the gallery slide to the ...

    BURNINTEST--硬件检测工具

    command line option is used. Release 5.3 build 1014 WIN32 release 30 January 2008 - Corrected a problem where the loopback sound test could run out of memory if run for several days. Release 5.3 ...

    PEiD0.95.zip

    peid -nr // Don't scan subdirectories even if its set peid -hard // Scan files in Hardcore Mode peid -deep // Scan files in Deep Mode peid -norm // Scan files in Normal Mode peid <file1> <file2> ...

    com.ffmpeg.commandline:科尔多瓦FFMPEG插件

    var command = [ '-ss', 1, // trim start [1 sec] '-t', 5, // trim length [5 sec] '-i', inputPath, '-movflags', '+faststart', '-preset', 'ultrafast', '-strict', '-2', '-y', '-filter:v', 'crop=640:720:...

    NAGIOS3.5.0安装配置说明

    # ./configure --prefix=/usr/local/nagios --with-nagios-user=nagios --with-nagios-group=nagios --with-command-group=nagcmd # make all ``` - 如果遇到编译错误,尝试清理后再重新编译: ```bash # make ...

    HAPEiD_jb51

    t can currently detect more than 600 different signatures in PE files. PEiD is special in some aspects when compared to other identifiers already out there! 1. It has a superb GUI and the interface ...

    HA.PEiD.0.95

    peid -nr // Don't scan subdirectories even if its set peid -hard // Scan files in Hardcore Mode peid -deep // Scan files in Deep Mode peid -norm // Scan files in Normal Mode peid <file1> <file2> ...

Global site tag (gtag.js) - Google Analytics