Skip to content

Use Tab to go back to "insert" mode #158

@romainf-unity

Description

@romainf-unity
  • MacVim
  • mvim --version:
VIM - Vi IMproved 8.0 (2016 Sep 12, compiled Mar 27 2018 11:10:27)
macOS version

(There's more information, like patches applied, options enabled by default, etc. I can paste it if you're interested)

  • Output of :echo has("python"): 0
  • Output of :echo has("python3"): 1
  • Output of :echo &pythondll(only vim, not neovim): ""
  • Output of :echo &pythonthreedll(only vim, not neovim): ""
  • Output of :py print(sys.version): E319 (command not available)
  • Output of :py3 print(sys.version): 3.6.4 (default, Mar 9 2018, 23:15:03)
    [GCC 4.2.1 Compatible Apple LLVM 9.0.0 (clang-900.0.39.2)]
  • Operating system:
    • Linux
    • Mac OS X
    • Windows
    • Etc.
  • Configurations related to LeaderF in vimrc: none

Describe your question, feature request, or bug.

It would be nice if it's possible to also press Tab to go back to "insert" mode.

Steps to reproduce

  • <Leader>F
  • Press Tab

Actual behaviour

When pressing Tab it does nothing.

Expected behaviour

When pressing Tab it goes back in "insert" mode (as if I pressed i).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions