Discussion:
[vimb-users] Change the mapping of open the last closed page in a new window.
Matthias Günther
2016-04-16 15:12:55 UTC
Permalink
Hi there,

I really love the plugin and I'm right in the middle of changing some
mappings. The first thing I changed was:

nnoremap x :quit

It works nice, but now I want to remap `U` to `u` how can I do that?

Cheers from Berlin

Matthias
------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
vimb-***@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vimb-users
Daniel Carl
2016-04-21 20:33:27 UTC
Permalink
Post by Matthias Günther
I really love the plugin and I'm right in the middle of changing some
nnoremap x :quit
It works nice, but now I want to remap `U` to `u` how can I do that?
Not shure if I understand you right. If you want to do the same action
like 'U' does in normal mode by pressing 'u', you can simply use
`:nnoremap u U`.

Daniel

------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
vimb-***@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vimb-users
Matthias Günther
2016-04-27 05:39:58 UTC
Permalink
Hi Daniel,

thank you very much for your answer, that was the solution I was
searching for. I'm preparing a blog-post about vimb and explain many of
those features. Stay informed about additionals questions.

Matthias
Post by Daniel Carl
Post by Matthias Günther
I really love the plugin and I'm right in the middle of changing some
nnoremap x :quit
It works nice, but now I want to remap `U` to `u` how can I do that?
Not shure if I understand you right. If you want to do the same action
like 'U' does in normal mode by pressing 'u', you can simply use
`:nnoremap u U`.
Daniel
------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
https://lists.sourceforge.net/lists/listinfo/vimb-users
------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
vimb-***@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vimb-users

Loading...