remove zellij autostart and add keyboard shortcut for it

This commit is contained in:
Schrottkatze 2024-08-09 20:02:59 +02:00
parent e603b5ecd5
commit f07c54346b
Signed by: schrottkatze
SSH key fingerprint: SHA256:hXb3t1vINBFCiDCmhRABHX5ocdbLiKyCdKI4HK2Rbbc

View file

@ -335,6 +335,27 @@ $env.config = {
] ]
keybindings: [ keybindings: [
################################################################################
# Custom keybinds #
################################################################################
{
name: undo_change
modifier: control
keycode: char_z
mode: [vi_normal, vi_insert]
event: [
{ edit: Clear }
{
edit: InsertString
value: "zellij attach main -c"
}
{ send: Enter }
]
}
################################################################################
# Default keybinds #
################################################################################
{ {
name: completion_menu name: completion_menu
modifier: none modifier: none
@ -810,7 +831,7 @@ def start_zellij [] {
} }
} }
start_zellij # start_zellij
# plugin add nu_plugin_net # plugin add nu_plugin_net
# plugin add nu_plugin_gstat # plugin add nu_plugin_gstat