Vim - Show all help
on Vim, we can show all help avaiable by type this command:
:h <what_we_need><C-d>
For example: :h rails<C-d>
will show all help for rails
Tuan Tran
on Vim, we can show all help avaiable by type this command:
:h <what_we_need><C-d>
For example: :h rails<C-d>
will show all help for rails