摘要:" 四个空格设置set tabstop=4set softtabstop=4set shiftwidth=4set autoindentset smartindentset expandtabset cindent"大括号回车补全inoremap {<cr {<cr }<esc O
阅读全文
posted @ 2015-10-16 17:50
随笔分类 - Vim
摘要:" 四个空格设置set tabstop=4set softtabstop=4set shiftwidth=4set autoindentset smartindentset expandtabset cindent"大括号回车补全inoremap {<cr {<cr }<esc O
阅读全文
posted @ 2015-10-16 17:50
摘要:插件Nerdtree实现浏览文件系统并打开文件或目录,在window中是非常不错的插件,但是在Ubuntu中这个插件就是一坑,特别提示,且无解.若在Ubuntu中使用目录浏览插件,建议使用其他插件,如winmanager等.Nerdtree操作文档:http://www.cnblogs.com/mo...
阅读全文
posted @ 2014-04-23 18:37
摘要:参考链接:http://yang3wei.github.io/blog/2013/01/29/nerdtree-kuai-jie-jian-ji-lu/切换工作台和目录ctrl + w + h 光标 focus 左侧树形目录ctrl + w + l 光标 focus 右侧文件显示窗口ctrl + w + w 光标自动在左右侧窗口切换ctrl + w + r 移动当前窗口的布局位置o 在已有窗口中打开文件、目录或书签,并跳到该窗口go 在已有窗口 中打开文件、目录或书签,但不跳到该窗口t 在新 Tab 中打开选中文件/书签,并跳到新 Ta...
阅读全文
posted @ 2014-04-09 18:50
摘要:sublime text 不愧也是神器之一,Install一个vin 支持vim 很强大啊....sublime text3 配置如下:
阅读全文
posted @ 2014-03-13 18:07
摘要:行首缩进: 22,44 s/^\s//gVIM 常用配置说明set nocompatible # 关闭VI兼容模式\# 编码设置let &termencoding=$encodingset fileencodings=ucs-bom,utf-8,gbk,cp936,latin1\# 缩进设置set...
阅读全文
posted @ 2014-03-06 10:42
|
||