tmux-sessionx
tmux-sessionx copied to clipboard
Fix reversed keybindings for navigation in session selector
This PR fixes the reversed keybindings for navigation in the session selector:
Ctrl-pnow moves up, as expected.Ctrl-nnow moves down, as expected.
The behavior now matches the default fzf keybindings for n (next) and p (previous).
Related Issue
- Resolves #107
Testing
- Verified that
Ctrl-pandCtrl-nbehave as default fzf navigation. - Tested locally
Hi @alex-bue, sorry for the delay, I'm happy to accept, please:
- Fix conflicts
- Make sure this is aligned with the readme (and update if necessary?)
Thanks!