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:
- 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
Actual behaviour
When pressing Tab it does nothing.
Expected behaviour
When pressing Tab it goes back in "insert" mode (as if I pressed i).
mvim --version:(There's more information, like patches applied, options enabled by default, etc. I can paste it if you're interested)
:echo has("python"): 0:echo has("python3"): 1:echo &pythondll(only vim, not neovim): "":echo &pythonthreedll(only vim, not neovim): "":py print(sys.version):E319(command not available):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)]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>FActual behaviour
When pressing Tab it does nothing.
Expected behaviour
When pressing Tab it goes back in "insert" mode (as if I pressed i).