This question is based on this thread.
Problem: to access MySQL's manual when the cursor is at the beginning of the word by
Ctrl-A Esc Ctrl-m
where m reminds about Mysql.
How can you build a Vim-like K in Screen for MySQL's manuals?
|
3
|
This question is based on this thread. Problem: to access MySQL's manual when the cursor is at the beginning of the word by
where m reminds about Mysql. How can you build a Vim-like K in Screen for MySQL's manuals?
|
|||
|
|
|
Assuming you've installed the man pages from MySQL's documentation site: Put the following in
Then add this to your
Then your keybinding should work. If you're using a different program to display
the manual other than The
You may also want to consider adding
to your |
||||||||||||||
|
|
|
While I'm not sure how to start you off creating a wrapper for vim to do exactly what you want, I might make a suggestion on how you can achieve a similar effect with a function built into vim.
If you really need to write your own plugin for vim, this article might be able to give you some pointers and a handhold on where to start. I hope this helps! |
||||||
|
|
|
I love to recycle my Man -pages such that I can read easily manuals. I suggests the following improvement to Rampion's command. Rampion
Me
My code gives you the percent sign to the bottom of a manual. |
||||||
|