Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'v installed the vimperator, but I found that the shortcut Ctrl+D cannot bookmark the page anymore. I have searched long time, but still cannot found the solution. Anyone knows that? Thanks.

share|improve this question
belongs to superuser.com – Shivan Raptor Nov 19 '12 at 8:55

2 Answers

I found the solution

noremap <C-d> :dialog addbookmark<CR>

Well, I need read more help file. :)

share|improve this answer

For bookmarking, use 'a', optionally edit the url and bookmark title in the status bar, then return.

share|improve this answer
This method can saved the bookmark in Bookmarks Menu. How can I saved the bookmark in specific folders? – Marslo Apr 25 at 6:43

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.