Skip to content
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

[Question] How to add a new entry below the active entry? #23

Closed
0x7FFFFFFFFFFFFFFF opened this issue Sep 16, 2022 · 5 comments
Closed

Comments

@0x7FFFFFFFFFFFFFFF
Copy link
Contributor

Many times I need to add a new entry below the active entry. Is there a shortcut for it? Right now I always add a new entry at the end of the list and move it up to the proper position, which is a little cumbersome.

@Canop
Copy link
Owner

Canop commented Sep 16, 2022

I'll take this as a request for feature. This looks necessary.

@Canop
Copy link
Owner

Canop commented Oct 17, 2022

The most difficult question is whether to

  • add just before the currently selected line (which allows adding at the very top)
  • or add just after the currently selected line (which is more natural when you add a sequence of entries)

@0x7FFFFFFFFFFFFFFF
Copy link
Contributor Author

I got an email notification and I thought someone had asked the question and how it was the same as I thought. Turns out I came in and found out I asked it myself, haha.

Imo, just add after the current line is good enough. You can easily add before the current line, just move up one line!

@Canop Canop closed this as completed in f04d08e Oct 17, 2022
@Canop
Copy link
Owner

Canop commented Oct 17, 2022

I'll probably release that soon enough but if you test it before I'd like a confirmation it looks OK to you.

BTW the reason I never needed that is I have hundreds of entries and I don't bother ordering them: I never don't use the search to go to the one I need.

@Canop
Copy link
Owner

Canop commented Oct 18, 2022

This feature is available in the newly released v0.7.0 (nothing else)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants