2019独角兽企业重金招聘Python工程师标准>>>

1,“C” : create the project tree with dialog (该命令需要在工程文件窗口使用,弹出的第二个窗口中需要填写出已经创建好的文件夹,否则未填写或填写错的文件夹就无法列出来。总体上说,该命令没有R好用,R可以直接刷新已存在的文件和文件夹)

2,zM :To fold up the whole project (收拢整个工程文件树)

zO : unfold all (展开整个工程文件树, 注:光标需要在工程文件上,否则命令无效。)

zr : unfold a level (展开整个工程文件树,但是只展开第一级。)

zc zo :for folding a single directory (展开和关闭单个文件树)

zk, zj :move between folds。The exProject provide ctrl-k and ctrl-j for faster moving around the directory

3, \fc : this operation will move the cursor to the project window, and search current edit buffer, if the file founded, it will jump the cursor to it.

4,shift-<enter> :on the directory line, it will open a command window with the path of the directory to help you do some operation outside exVim。(如果光标在文件夹上,则打开外面环境的命令行。如果光标是在文件上,则是打开多个代码编辑窗口)

5,To create a new file in exProject window, you can move your cursor under a file line or a directory line, and press o. After that yo will see a line with mark |-[] under your cursor like the picture shows below: (如何保存并退出新创建的文件?  是:WQ   ?)

the feature never done, it create the directory virtually. That means if you don’t create the directory with same path same name manually in your file system, it will never be access in exProject.   (o 命令可以直接创建文件,但是不能创建文件夹(作者说后面版本可能会连接mkdir()直接创建文件夹),必须手动去创建好文件夹。)

6,<leader>r :it will only refresh the directory your cursor in (<leader>R sometimes cause too much time since it refresh the whole project.)



7,Search tags :The exTagSelect plugin in exVim is responsible for searching tags. You can use \] to get the tag information of the word under the cursor. Also you can use :TS <tag-name> command to input a tag and get the result.



8,When you are in tag select-window, you can press <enter> to jump to the definition, meanwhile the exTagSelect will record the position to the exJumpStack, you can use <leader>tt to check your stack result. And use <leader>tf, <leader>tb to move backward and forward from the next/last definition.(<leader>tf, <leader>tb  该两个命令使用了\],然后enter键后可以返回或返回后再进入搜索结果。类似前进和后退。\tt命令是查看当前搜索出来(enter进入搜索结果文件后)的结果入口)

9,<leader>ss :To browse the whole symbol list

10,<leader>r and  <leader>d   pick up the matched result from select-window to quick-view-window(这两个命令用于  \ss后,在symbol list中黄色标出匹配的pattern)

转载于:https://my.oschina.net/appleliu/blog/13373

命令2-Create Project Tree相关推荐

  1. Unable to create project from archetype Error merging veloci

    今天给一个系统搭多模块Web maven框架,在Eclipse图形界面下,父项目搭建成功,但是子模块构建点击Finish按钮之后,eclipse报如下错误: Unable to create proj ...

  2. 安装oh-my-zsh报错could not create work tree dir '/root/.oh-my-zsh'.: Permission denied的原因解决办法

    前言 linux新手可能会通过su方式切换用户,但没有意识到环境变量没有切换,导致一些奇葩问题,这里便是一个例子,值得记录. 笔者在切换linux用户使用ZSH时遇到问题,确切来说是切换用户后安装oh ...

  3. Git异常:fatal: could not create work tree dir 'XXX': No such file or directory

    GitHub实战系列汇总:http://www.cnblogs.com/dunitian/p/5038719.html ---------------------------------------- ...

  4. 使用mvn命令时出现Project ‘xx‘ is duplicated in the reactor

    使用mvn命令时出现Project 'xx' is duplicated in the reactor错误原因及解决方法 今天工作中遇到了如下错误日志 [INFO] Scanning for proj ...

  5. C语言实现DOS系统的tree命令,DOS中的Tree命令生成目录树

    [Tree命令作用] 以图形显示驱动器或路径的文件夹结构. [Tree命令格式] 在命令行窗口使用tree /?查看帮助. TREE [drive:][path] [/F] [/A] /F 显示每个文 ...

  6. fatal: could not create work tree dir ‘/home/gec/.vim/plugged/wildfire.vim‘: Permission denied

    fatal: could not create work tree dir '/home/gec/.vim/plugged/wildfire.vim': Permission denied(安装插件出 ...

  7. oracle创建目录的命令,使用create database命令手工创建Oracle数据库

    使用create database命令手工创建Oracle数据库 1. 设置环境变量ORACLE_SID export ORACLE_SID=mdb 2. 创建数据库初始化参数 cd $ORACLE_ ...

  8. Linux 命令(140)—— tree 命令

    文章目录 1.简介 2.格式 3.选项 4.示例 参考文献 1.简介 tree 以树状格式列出目录的内容. 在没有参数的情况下,树列出当前目录中的文件.当给定目录参数时,依次列出在给定目录中找到的所有 ...

  9. 据说vite还是有坑,不行,那就还用vue-cli吧,命令vue create gua12,记一下,可能过一个星期不看,又忘了

    ivyone@ivyonedeMacBook-Pro ~ % mkdir hami92 ivyone@ivyonedeMacBook-Pro ~ % cd hami92 ivyone@ivyonede ...

最新文章

  1. redis主从复制、高可用和集群
  2. 再改YOLO | YOLO-ReT让边缘端也可以实时检测
  3. 全面理解Javascript闭包和闭包的几种写法及用途
  4. 解决样本类别不平衡以及困难样本问题的方法总结
  5. linux 列出内存/cpu使用率前10的进程
  6. 软件测试工具LoadRunner中如何定义SLA?--转载
  7. 【NOIP2010】【P1317】乌龟棋
  8. java中instanceof 详解_java中的instanceof用法详解
  9. UML类图操作(二)
  10. 网页上的摄影展:等高响应布局实现
  11. 微信小游戏 - 开发工具安装 - 官方 Demo 运行
  12. python while循环语句
  13. Spring 的事务传播机制
  14. 拓展练习--find查找、打包压缩、服务器、磁盘挂载
  15. 二十多年了,安全套市场还只有杜蕾斯、冈本、杰士邦
  16. etcd系列深入浅出客户端
  17. Python实现猜拳游戏
  18. 【RDMA】qp数量和RDMA性能(节选)|连接数
  19. 圣安德鲁斯计算机科学排名,2020年圣安德鲁斯大学历史世界排名最好是第几位...
  20. FastStone Capture 8.9 注册机/注册码

热门文章

  1. 大学计算机高级应用学什么,大学计算机高级应用 . 上卷
  2. 天翼云从业认证(4.10)网络直播场景解决方案(CDN)
  3. 滑动窗口算法应用及详解
  4. PMP知识点(二、整合管理)
  5. C#中导出百万级Excel只需几秒除了NPOI还可以这样
  6. Navicat连接sqlserver提示:未发现数据源名并且未指定默认驱动程序
  7. redhat7.4启动telnet和SSH服务,修改IP地址
  8. cad无法加载arx文件_多年经验总结CAD技巧8
  9. 三星mzvlb1t0hblr是什么固态_三星T7 Touch 1TB移动固态硬盘评测:新奇又安全的加密方式普及?...
  10. 神策数据:春节放假通知