Commit Graph

12 Commits

Author SHA1 Message Date
500e42a94f Add and change some other key bindings
I like the idea of using CTRL+C as a default shortcut for scrolling to the end of the file and exiting the current command, so I'm adding it to all the modes.
2024-08-16 19:45:25 +02:00
83cfd1f45a Disable tmux key bindings
Comment out tmux mode bindings, this is a better choice that deleting them because it's easier to reverse had I to change my mind in the future.
2024-08-15 17:09:13 +02:00
e9b0a17d62 Add browser-like bindings for panes and tabs
Way easier to remember.
2024-08-15 17:08:04 +02:00
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