ctags-exuberant -f php.tags --languages=PHP -R
Tips and tutorials on Wi-Fi(802.11), Windows, Linux, PHP, MySQL, Codeigniter, Android
Search This Blog
Showing posts with label ctags. Show all posts
Showing posts with label ctags. Show all posts
16 August, 2016
05 April, 2014
ctags useful tips
first run in the base directory ctags -R In VI/VIM below commands can be used Ctrl-] - go to function definitionCtrl-T - Jump back from the definition.Ctrl-W C-] - Open the definition in a horizontal split
Subscribe to:
Comments (Atom)
tmux enabling mouse interaction
Add the below line to the ~/.tmux.conf setw -g mouse on save the file and exit from the tmux shell, you should be able to use your mouse to ...