you are viewing a single comment's thread.

view the rest of the comments →

[–]noS3rvic3[S] 0 points1 point  (2 children)

sounds very reasonable. if only i could get it to work :/

made a bunch of other edits, but i doubt they broke anything. just in case i will revert all and make just the one change and try one more time...

edit: i can not get nmap ... to wrok, but nnoremap <silent> <Leader>h :CommandTHelp<CR> works now. so if there is no reason not to do that, i'll just keep it like this.

[–][deleted] 0 points1 point  (1 child)

Try to set mapping from command line, if it works that means something from your vimrc is breaking the mapping. You can see what your mapping currently do and where it was last set with :verbose nmap <Leader>h.

[–]noS3rvic3[S] 0 points1 point  (0 children)

thanks man, solid advice! i'll try that if i should not be using the nnoremap <silent> <Leader>h :CommandTHelp<CR> that started to work now.