Replies: 4 comments
-
I sadly can't answer all of them, but I can answer some of them!
According to the FAQ:
Was also quite surprising to me, I remapped.
I don't think it's any problem or thing if you remap as you like. That's the beauty of emacs. |
Beta Was this translation helpful? Give feedback.
-
This project is inspired by kak/helix, however it has a different goal. One goal is to reduce the usages of modifier keys. So it doesn't work like kak/helix, due to the way how meow handles the backward direction and selection extending. |
Beta Was this translation helpful? Give feedback.
-
With meow, I usually press fn eq(&self, other: &Self) -> bool {
//^ point at here to the left of the first `(', press o
// point can be at any place before the left `(' in this case
self.name == other.name && self.age == other.age
} The whole |
Beta Was this translation helpful? Give feedback.
-
I also found this confusing, coming from both Vim and Helix. I thought of swapping the functions attached to |
Beta Was this translation helpful? Give feedback.
-
Hello, I commented out my .emacs.d folder and I copied the default keybindings from https://github.com/meow-edit/meow/blob/master/KEYBINDING_QWERTY.org
I have some problems:
a
:meow-append
doesn't append to the right of the cursor. It works asi
. It is mapped tomeow-append
and calling it directly has the same issue.w
andW
work the same:W
doesn't select the whitespace. For a word likedoesn't
, both select up todoesn
and doesn't seem different toe
.d
ands
perform virtually the same function?w
to move forward, but I think that's intentional. But why? Because in helixe
andw
work in a similar manner. Herew
is just for the single word (to work on).vi(
to select the next (), like(1873-1877)
, but I can't here unless I'm actually inside the ().t
andf
both jump to the given character.t
moves to just before the character.Also, why does capital
I
andA
mean insert above when the lowercase ones mean insert before and after?Would there be any issues if I remap to the helix keybindings? And thank you for this project! Beacon mode is great!
Beta Was this translation helpful? Give feedback.
All reactions