Tips and tutorials on Wi-Fi(802.11), Windows, Linux, PHP, MySQL, Codeigniter, Android
Search This Blog
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 definition Ctrl-T - Jump back from the definition. Ctrl-W C-] - Open the definition in a horizontal split
C is ctrl?
ReplyDeleteyes, its control key, i will update the blog also, thanks
Delete