看着李立鹏熟练的使用vim,哥心里痒痒的,也来试试!vim pkf.txti 插入编辑esc
-> :x //退出保存f8
->//进入多窗口模式以下是其他命令:命令历史以:和/开头的命令都有历史纪录,可以首先键入:或/然后按上下箭头来选择某个历史命令。启动vim在命令行窗口中输入以下命令即可v.....
分类:
其他好文 时间:
2014-05-12 16:13:54
阅读次数:
245
Given an unsorted array of integers, find the
length of the longest consecutive elements sequence.For example,Given[100, 4,
200, 1, 3, 2],The longest ...
分类:
其他好文 时间:
2014-05-10 20:06:26
阅读次数:
404
1、配置文件的位置在目录/etc/下面,有个名为vimrc的文件,这是系统中公共的vim配置文件,对所有用户都有效。而在每个用户的主目录下,都可以自己建立私有的配置文件,命名为:“.vimrc”。例如,/root目录下,通常已经存在一个.vimrc文件。2、设置语法高亮显示1)打开vimrc,添加以...
分类:
其他好文 时间:
2014-05-06 00:55:57
阅读次数:
430
Say you have an array for which theithelement
is the price of a given stock on dayi.Design an algorithm to find the maximum
profit. You may complete a...
分类:
其他好文 时间:
2014-05-06 00:51:29
阅读次数:
353
模式切换的命令:键 进入模式 说明 命令模式 (从编辑模式返回命令模式)按 i,a, o
“插入” 编辑模式 (在当前光标前开始插入)i :在光标前插入 I 光标所在行的行首开始插入a:在光标后开始插入
A:在本行末开始插入o:在光标所在行下另起一行插入 O:在光标上插入新行在命令模式下不要按其它键...
分类:
其他好文 时间:
2014-05-02 16:17:28
阅读次数:
253
弄了个vim对c++的补全,主要参考自:http://vim.wikia.com/wiki/C%2B%2B_code_completion首先确定vim编辑.cc或者.cpp文件时当前自动补全函数,在命令模式下输入:set
omnifunc?如果得到的结果为:omnifunc=ccomplete#C...
分类:
编程语言 时间:
2014-05-02 11:38:09
阅读次数:
373
Where's Waldorf?
Given a m by n grid
of letters, ( ),
and a list of words, find the location in the grid at which the word can be found. A word matches a straight, uninterrupted line o...
分类:
其他好文 时间:
2014-05-02 10:59:15
阅读次数:
514
1、版本控制&代码管理→Git2、文本编辑器→Vim
分类:
其他好文 时间:
2014-05-02 03:39:23
阅读次数:
227
无人值守安装RHEL6一、首先安装相关的软件yuminstallvsftpyuminstalltftpyuminstalltftp-serveryuminstalldhcpyuminstallsyslinux二、配置相关服务1.vim/etc/xinetd.d/tftp/etc/init.d/xinetdstart开启tftp服务2.vim/etc/dhcp/dhcpd.conf建立dhcpd.conf模版可以用上面的那个命..
分类:
其他好文 时间:
2014-05-02 03:21:53
阅读次数:
357
$sudoyuminstallvim-enhanced<snipped>Transactioncheckerror:file/usr/share/man/man1/vim.1.gzfrominstallofvim-common-2:7.4.179-1.fc20.x86_64conflictswithfilefrompackagevim-minimal-2:7.4.027-2.fc20.x86_64报错,于是我又更新了一下vi试试$sudoyumupdatevim-min..
分类:
其他好文 时间:
2014-05-02 02:55:55
阅读次数:
285