Commit Graph

9 Commits

Author SHA1 Message Date
2fb5330371 Disable previous swap layout key binding
What is the point of this if layouts cycle and there are three modes in total? One shortcut is enough.
2024-08-15 17:03:26 +02:00
205d8955fa Change some key bindings
* Use bindings that are more in line with what I'm used to and are also less likely to conflict with my setup
* Disable bindings that would otherwise crash but I can't think of a replacement right now or that I will never use at all
2024-08-15 16:59:13 +02:00
fd4f226231 Remove VIM-like key bindings used as arrows 2024-08-15 15:31:09 +02:00
7780f3512f Automatically unbind removed key bindings
This parameter allows for default key bindings to be cleared before setting custom ones and given the configuration contains all the default bindings, every binding removed from the list will be actually unbinded instead of having to manually do it one by one.
2024-08-15 15:03:27 +02:00
fb6f3fd9d2 Disable copy on select 2024-08-15 14:53:27 +02:00
09eebd33de Serialize pane viewport
This allows the output to be restored along with the session.
2024-08-15 14:45:56 +02:00
0319815a6e Disable automatic layout
Might reverse this later, still experimenting.
2024-08-15 14:44:18 +02:00
cf5a3b62ca Import default configuration file dump
Generated with the following command: 'zellij setup --dump-config'.
According to the documentation, there isn't a configuration file created by default and the procedure requìres you to dump the current configuration (defined in source code) and edit it.
2024-08-15 14:34:20 +02:00
5eaf9ec11f Initial upload 2024-08-15 14:33:01 +02:00