In Emacs cursor is located between two characters, so we would have to implement a hack to change the behaviour. You can read more about it in this discussion thread.
Please check This issue.
Meow’s internal command will not call Emacs’ commands directly. They will call a keybind which is then linked to a command. Your customized keybind might be overriding the original command. Lookup the command you want to execute (meow-var.el) and overwrite it in your config.
Example:
Here you can map Delete character to internal Meow’s delete character function.
(setq meow--kbd-delete-char "<deletechar>")
Yes, please check out meow-tree-sitter.
Yes, please check out doom meow module.
No, you can’t. Here is the explanation.
The extend selection number hints are disabled in org-mode by default, because they work poorly with variable-width fonts, and fonts with different sizes. If you use a fixed width font and a single font size, the number hints can be enabled in org mode by removing the org symbol from the list meow-expand-exclude-mode-list . See this issue for more details.