1
0
mirror of https://github.com/jojojames/evil-collection.git synced 2024-06-23 07:16:37 +02:00
evil-collection/modes/vterm
Jakub Kadlcik 3d853e67af vterm: use ^ for jumping at the beginning of the command but after prompt
We have `0` for jumping at the very first character of the current
line and `^` for jumping to the non-blank character. It is useful to
keep this distinction in `vterm` buffers. However, it doesn't make
much sense in the command part. Because we have a prompt, both of the
commands jump to the very first character. I think it would be more
useful to change `^` to jump to the first non-blank character after
the prompt.
2022-05-02 01:11:49 +08:00
..
evil-collection-vterm.el vterm: use ^ for jumping at the beginning of the command but after prompt 2022-05-02 01:11:49 +08:00