Skip to content

toohamster/comscripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

comscripts

日常脚本

配置 VIM


git clone https://github.com/toohamster/comscripts.git
安装 ctags
sudo apt-get install ctags 
配置下
ln -s /home/your/comscripts/vim74/vimfiles ~/.vim
ln -s /home/your/comscripts/vim74/_vimrc ~/.vimrc

常用快捷键如下:

本页内文字提示: ctrl + N 或者 ctrl + P
提示php内置函数,可以 ctrl + x , ctrl + o 来
F10 切换目录树
F5 检查php语法
F3 切换缓冲区
F8 切换taglist窗口

ctrl + ] 转到函数声明处
ctrl + T 返回
ctrl + P 快速搜索文件