Skip to content

jerryfang8/unix_home

 
 

Repository files navigation

unix home

fork from yubo, laiwei thanks

git clone https://github.com/jerryfang8/unix_home.git ~/.jerry_unix_home
cd ~/.jerry_unix_home && sh install.sh

vim
:BundleInstall
:q
    
"更新插件:
:BundleInstall!

"卸载不在列表中的插件:
:BundleClean

ctags vim

C-] - go to definition C-T - Jump back from the definition. C-W C-] - Open the definition in a horizontal split

Add these lines in vimrc map <C-> :tab split:exec("tag ".expand("")) map <A-]> :vsp :exec("tag ".expand(""))

C-\ - Open the definition in a new tab A-] - Open the definition in a vertical split

After the tags are generated. You can use the following keys to tag into and tag out of functions:

Ctrl-Left_MouseClick - Go to definition Ctrl-Right_MouseClick - Jump back from definition

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 57.7%
  • Shell 42.3%