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.
* 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
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.
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.