转:http://www.linuxeden.com/html/news/20110224/107092.html
http://vimcasts.org/episodes/aligning-text-with-tabular-vim/
Vim 插件 Tabular 允许你在 Vim 中按等号、冒号、表格等来对齐文本,对于经常写代码的朋友来
转:http://blog.csdn.net/shuangde800/article/details/10474939
本文是在学习《使用vi编辑器, Lamb & Robbins编著》时在evernote写的其中一章笔记,现在整理好,一方面温故而知新,一方面希望对大家能有些帮助。ex的命令在vim编程中都是非常常用的,熟练这些命令对于提高编程效率有很大的帮
转:https://linux.cn/article-6610-1.html
作为一款古老而具有持久生命力的编辑器,Vim 自有它的强大之处。很多人觉得 Vim 的学习曲线太陡峭了,为了能够把 Vim 用得风生水起,不得不记忆大量的命令。如果你是 Vim 新手,刚入门就开始面对着浩如烟海的命令逐条学习,我相信你一定会逐渐失去对它的兴趣。其实,Vim 以一种近乎自然语言的方
root@bananapi /home/pi # cat /etc/vim/vimrc
" All system-wide defaults are set in $VIMRUNTIME/debian.vim (usually just
" /usr/share/vim/vimcurrent/debian.vim) and sourced by the call to :runtime
"
set wrap
换行
Go to the 143rd line of file
$ vim +143 filename.txt
Go to the first match of the specified
$ vim +/search-term filename.txt
Open the file in read
https://stackoverflow.com/questions/14171254/why-would-vim-add-a-new-line-at-the-end-of-a-file
I work with wordpress a lot, and sometimes I changed wordpress core files temporarily in ord
https://cloud.tencent.com/developer/ask/115418
还可以添加持久撤消,这将使VIM存储您的撤消,即使通过重新启动:
" Persistent undo
set undofile
set undodir=$HOME/.vim/undo
set undolevels=1000
set undoreload=10000
 ?vim在当前行添加下一行,按o即可 
  1 set nu 设置行号 
  2 syn on 打开语法 
  3 set encoding=utf-8 设置编码 
  4 set autoindent 自动对齐 
  5 set incsearch 查找时很方便,不需要回车&
在使用`vim编辑器`时
我们可能既要在`vim`中编辑,又要在`phpstorm`中编辑
那么怎么来实现格式缩进保持一致
将
> set autoindent
set tabstop=4
set shiftwidth=4
set softtabstop=4
set expandtab
添加到`vimr
>``
进入vim编辑器
将光标放在函数中间,然后输入
`va{Vy`即可复制一个整个函数
Place the cursor somewhere in my method,
va{ to visually select the the code block,
V to turn the selection from character-wise to lin
编辑|启动设定
set nocompatible
source $VIMRUNTIME/vimrc_example.vim
"source $VIMRUNTIME/mswin.vim
"behave mswin
set number
set nobackup //不设置备份
set hlsearch
set ignorecase
set encoding=cp936
转:http://blog.csdn.net/lotus302/article/details/6756569
1、光标定位快捷键:
H -> 光标定位到屏幕上方
M -> 光标定位到屏幕中间
L -> 光表定位到屏幕下方
b -> 光标向前移动上一个单词词头
B -> 光标向前移