diff --git a/other/config.nu b/other/config.nu index c735edb..c5ea054 100644 --- a/other/config.nu +++ b/other/config.nu @@ -335,6 +335,27 @@ $env.config = { ] 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 modifier: none @@ -810,7 +831,7 @@ def start_zellij [] { } } -start_zellij +# start_zellij # plugin add nu_plugin_net # plugin add nu_plugin_gstat