美文网首页Lives Like Vim
vim 插件说明集合

vim 插件说明集合

作者: xqiugen | 来源:发表于2013-06-29 18:16 被阅读254次

Tabularize 对齐插件,将文本每一行按某个符号对齐

1 #11111111111111
2 ¦ ¦ #33333333333333
3 #,,,,,3

:Tabularize /#

1 ¦ ¦ # 11111111111111
2 ¦ ¦ # 33333333333333
3 ¦ ¦ # ,,,,,3

NERD-Tree插件
在文件的右侧显示文件树。

2.3. NERD tree Mappings NERDTreeMappings

Default Description~ help-tag~
Key~

o.......打开文件目录或者书签....................|NERDTree-o|
go......打开文件,但是光标仍然停留在左侧.....|NERDTree-go|
t.......在新的窗口打开节点或者书签.................|NERDTree-t|
T....... 和t一样,但是光标仍然停留在左侧文件树.......|NERDTree-T|
i.......在水平的分割窗口中打开....................|NERDTree-i|
gi......和i一样,但保持光标..........|NERDTree-gi|
s.......在垂直分割窗口中打开.......................|NERDTree-s|
gs......和s一样,但是保持光标..........|NERDTree-gs|
O.......打开文件夹包括所有子文件夹..................|NERDTree-O|
o.......打开文件夹.................|NERDTree-O|
x.......把父文件夹关闭...........................|NERDTree-x|
X.......同x,保持光标.......|NERDTree-X|
e....... 编辑当前文件树.....................................|NERDTree-e|

<CR|回车>...............等同于 |NERDTree-o|.

D.......Delete the current bookmark .............................|NERDTree-D|

P.......Jump to the root node....................................|NERDTree-P|
p.......Jump to current nodes parent.............................|NERDTree-p|
K.......Jump up inside directories at the current tree depth.....|NERDTree-K|
J.......Jump down inside directories at the current tree depth...|NERDTree-J|
<C-J>...Jump down to the next sibling of the current directory...|NERDTree-C-J|
<C-K>...Jump up to the previous sibling of the current directory.|NERDTree-C-K|

C.......Change the tree root to the selected dir.................|NERDTree-C|
u.......Move the tree root up one directory......................|NERDTree-u|
U.......Same as 'u' except the old root node is left open........|NERDTree-U|
r.......Recursively refresh the current directory................|NERDTree-r|
R.......Recursively refresh the current root.....................|NERDTree-R|
m.......Display the NERD tree menu...............................|NERDTree-m|
cd......Change the CWD to the dir of the selected node...........|NERDTree-cd|

I.......Toggle whether hidden files displayed....................|NERDTree-I|
f.......Toggle whether the file filters are used.................|NERDTree-f|
F.......Toggle whether files are displayed.......................|NERDTree-F|
B.......Toggle whether the bookmark table is displayed...........|NERDTree-B|

q......关闭 NERDTree 窗口................................|NERDTree-q|
A.......Zoom (maximize/minimize) the NERDTree window.............|NERDTree-A|
?.......Toggle the display of the quick help.....................|NERDTree-?|

相关文章

  • vim 插件说明集合

    Tabularize 对齐插件,将文本每一行按某个符号对齐 1 #111111111111112 ¦ ...

  • vim思想和技巧

    这不是一篇vim命令的集合,也不是一篇vim插件的推荐,是在什么插件都不装的前提下看看运用vim的思想和技巧到底能...

  • Vim编辑器配置

    VIM 配置 说明 下面是vim 神器的一些个设置和配置,基本原则是尽量少用插件安装,安装插件具有简单复制性,on...

  • Linux下安装spf13-vim

    前言 spf13-vim是一个集成多个非常好用的vim插件的集合,对于在众多插件中不知道该怎么做选择,并且为各个插...

  • vim插件相关笔记

    vim插件管理 vim拾遗 q: 显示 vim 命令历史 插件安装 vundle 插件管理器 插件收藏 NERD-...

  • vim强大的插件

    Emmet下载与教学HappyPeter常用Vim插件 vim插件

  • 小技巧3:vim学习

    摘要 VIM的插件管理 VIM写latex VIM写python VIM写C++ 1.VIM的插件管理工具vim-...

  • vim自动补齐插件

    参考: Vim自动补齐插件YouCompleteMe安装指南(2019年最新)-Vim插件

  • Intelij 实用笔记

    插件: 插件安装:直接通过plugins里面搜索相应插件即可;以下介绍几款个人使用的插件: vim插件:熟悉VIM...

  • linux配置

    1.vim 配置 在终端输入vim 然后输入:PlugInstall 安装插件如果需要卸载插件cd ~/.vim&...

网友评论

    本文标题:vim 插件说明集合

    本文链接:https://www.haomeiwen.com/subject/tnwxtttx.html