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

Implement flags for synchronizing the image list when changing the working directory #792

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Docs: Update changelog for opening changes
  • Loading branch information
karlch committed Mar 19, 2024
commit 98d403e26e86b2b4d5ac12962f3fe724d7ada4ae
8 changes: 5 additions & 3 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@ Added:
center / bottom along with the ``zt``, ``zz`` and ``zb`` bindings. Thanks
`@Markuzcha`_ for the idea!
* The ``--open-selected`` flag for ``:scroll left/right`` in the library. When using
this flag, any images in the new folder are automatically opened, in case the
focused path is an image. This comes with the new ``<ctrl-h/j/k/l>`` keybindings for
``:scroll left/down/up/right`` for a consistent "move and select" flow. Thanks
this flag, any images in the new folder are automatically opened. If there are none,
any loaded images are cleared. This comes with the new ``<ctrl-h/j/k/l>`` keybindings
for ``:scroll left/down/up/right`` for a consistent "move and select" flow. Thanks
`@mcp292`_ for the idea!
* The ``--open-images`` flag for the ``:open`` command to emulate the
``--open-selected`` behaviour in ``:scroll left/right`` in the library.

Changed:
^^^^^^^^
Expand Down