Skip to content

Keep selection when changing mode #157

@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 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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions