jceb / vim-orgmode

Text outlining and task management for Vim based on Emacs' Org-Mode
http://www.vim.org/scripts/script.php?script_id=3642
Other
3.1k stars 266 forks source link

Make ^ (hat) mapping (OrgJumpToFirstCharacter) work as a motion #281

Open louwers opened 6 years ago

louwers commented 6 years ago

^ is remapped to OrgJumpToFirstCharacter, so that when you are

* Some text
      ^ here

Pressing ^ will bring you

* Some text
  ^ here

However, ^ as a motion still brings you to the start of the line...

E.g. $y^ copies "* Some text" instead of "Some text".