Skip to content

Commit c02a3c8

Browse files
committed
Frame aware stack management
Save window configurations per frame in the stack, which allows to scroll the saved window configurations of the selected frame only. Update: - readme.md
1 parent f94e216 commit c02a3c8

File tree

2 files changed

+319
-191
lines changed

2 files changed

+319
-191
lines changed

readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,9 @@ folds over. Moving after the end restarts from the beginning and vice
134134
versa. Old configurations are dropped due to a chosen reduction in its
135135
size or an exceding number of configurations saved.
136136

137+
Each frame has its own personalized stack. Scrolling the stack or one
138+
frame will not alter the window configuration of other frames.
139+
137140
Move forward/backward via `>` and `<` (to avoid pressing a modifier
138141
key, you may consider `,` and `.` as possible alternatives).
139142
Originally I was using `r` and `R` to move in the stack...

0 commit comments

Comments
 (0)