pwmt / zathura

Document viewer
https://pwmt.org/projects/zathura
zlib License
2.16k stars 147 forks source link

:open navigation #330

Open sebastinas opened 2 years ago

sebastinas commented 2 years ago

On GitLab by @dmfay on May 10, 2022, 05:40


hi! Right now completion makes opening files trickier or at least more effortful than necessary. In particular, pressing tab always completes the very first possible entry immediately, e.g. entering :o <tab> yields :open /home/dian/most/recent/file.pdf, or :o ~/downloads<tab> yields :open /home/dian/downloads/last/known/file/there.pdf (even if that file doesn't exist anymore). I have a few ideas for improvements:

CrispDeserving commented 3 months ago

Good day. On the specific point that @dmfay mentioned, I wanted to be able to change the keybinding on navigating the completion list, so we have more options than just <tab>/<s-tab>. Thanks.

nickmarks00 commented 5 days ago

Bumping this - it would be ideal to be able to navigate more easily through the completion list. Currently as others have mentioned <tab> will open the completion list but highlight the top entry (since I have recent files showing, this is my most recent file). It would be good if there were ways to move through both lists (Perhaps <Ctrl-n> and ` for Vim-like shortcuts)