syl20bnr / spacemacs

A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!
http://spacemacs.org
GNU General Public License v3.0
23.69k stars 4.89k forks source link

Support like `lmap` #910

Closed xged closed 8 years ago

xged commented 9 years ago

From vimdoc:

:lmap" defines a mapping that applies to:

  • Insert mode
  • Command-line mode
  • when entering a search pattern
  • the argument of the commands that accept a text character, such as "r" and "f"
  • for the input() line

Any way to get a similar to lmap behavior?

TheBB commented 8 years ago

No, there's no way to do this at the moment.

I'll close this issue, since it's been open for a long time, has no activity and it doesn't really appear to be feasible to do this (from what I can tell).