zellij/example
Aram Drevekenin dd291e2a1f
feat(ux): pin floating panes (#3876)
* working

* ui indication

* add keybinding

* add to plugin panes

* fix with multiple cursors

* toggle with the mouse

* fix e2e tests and add new one

* some cleanups

* add to layouts

* make mouse click more lenient

* allow setting a new floating pane as pinned

* make toggle work throughthe command line

* add to plugin api

* get tests to pass

* style(fmt): rustfmt
2024-12-16 16:03:20 +01:00
..
layouts chore(assets): update layout examples to .kdl from .yaml (#2250) 2023-03-15 18:18:29 +01:00
themes feat: provide default themes (#2307) 2023-04-27 00:26:07 +09:00
alt-centered-config.kdl fix(examples): convert ALT-centered config to kdl and smoothify (#1910) 2022-11-08 15:56:16 +01:00
config.kdl add tmux close pane key (#2058) 2023-01-03 22:47:39 +09:00
default.kdl feat(ux): pin floating panes (#3876) 2024-12-16 16:03:20 +01:00
README.md Add Unbind for Keybindings (#241) 2021-04-17 15:05:34 +02:00
screen-overview.yaml Minor Visibility problem fixed: 2021-04-28 05:27:10 -07:00

Special considerations when using the configuration:

While trying to bind the newline character in the Config, use double quotes:

Ctrl: "\n" instead of Ctrl: '\n'