Commit graph

6 commits

Author SHA1 Message Date
Whisperity
2bbd7156c3 feat(fancy-ctrl-z): Toggle between last two suspended jobs in every case
Allows using the fancy-ctrl-z functionality of toggling between the last
two suspended jobs (`%+` and `%-`, respectively) even if there are more
than two jobs suspended.

Made the whole implementation more robust, especially in case Ctrl-Z is
pressed with an existing non-empty prompt buffer.

Fixed a bug where jobs with multiple different working directories would
cause the back-and-forth functionality to not work.
2026-01-16 15:24:08 +01:00
Whisperity
6f7a50dca8 feat(fancy-ctrl-z): Flip-flop between two backgrounded jobs
Added a feature to `fancy-ctrl-z` which, if and only if there are
precisely two backgrounded jobs, switches between them (using `fg %-`)
when bringing back something to the foreground.
2025-04-02 10:47:59 +02:00
Marc Cornellà
efafef8495
docs: improve several plugin READMEs and add one for ssh plugin 2024-08-09 09:44:46 +02:00
vladislav doster
1d09c6bb0a
style: remove trailing whitespace (#12303) 2024-03-26 09:55:16 +01:00
Thomas Hutterer
ca1123a044
Fix "hurt sme" typo
Just found this typo while browsing through the `plugins` folder ... and it "hurt sme" :hurtrealbad:
2019-02-20 16:59:57 +01:00
Michele Bologna
9a7b2d7ffb Moved comments and credits from source to README 2015-09-03 08:55:03 +02:00