-
Notifications
You must be signed in to change notification settings - Fork 720
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mark system similar to vim #284
Comments
Hello, I pushed an initial version, bound to ^ for save selections to register, and alt-^ for restoring. I am not very happy with these bindings, so suggestions are welcome. |
Yeah it's little complicated shortcut but I thing I get used to it. I'll try to find better bindings. To that time I think it's working like a charm now. |
How about It’s easier to type. Plus As a side note, |
Hum, yeah, why not, I was saving z for something undetermined, but I guess marks are as good as any. |
Nice idea @alexherbo2 |
Hi all,
In Vim users can by pressing
m + <lowercase letter>
save mark for actual position in the code and then by pressing' + <the letter>
jump to line or by pressing `` + ` to jump to line and column where the mark was saved. More in vim wiki.I think this feature is missing in kakoune. There are jumps but it's not the same. When I talked to @mawww we agreed to combine this approaches.
I'm also thinking that it would be nice to have contextual help for this (like in 'g' GoTo commands) and the best would be if this help shows your already saved marks. Hard to say if this is reasonable for implementation. What do you think @mawww ?
The text was updated successfully, but these errors were encountered: