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 keep the cursor position when switching between normal and insertion mode.
Steps to reproduce
<Leader>F
- Arrow down
- Press Tab
Actual behaviour
When pressing Tab the cursor goes back to the first file.
Expected behaviour
When pressing Tab the cursor stays on the same file.
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 keep the cursor position when switching between normal and insertion mode.
Steps to reproduce
<Leader>FActual behaviour
When pressing Tab the cursor goes back to the first file.
Expected behaviour
When pressing Tab the cursor stays on the same file.