Update IDE layout, add IDE mode keybind

This commit is contained in:
2023-03-23 16:24:42 -05:00
parent 43e9d0c710
commit 942b581944
2 changed files with 123 additions and 10 deletions

View File

@@ -63,6 +63,12 @@ keybinds {
bind "8" { GoToTab 8; SwitchToMode "Normal"; }
bind "9" { GoToTab 9; SwitchToMode "Normal"; }
bind "Tab" { ToggleTab; }
bind "i" {
NewTab {
layout "/home/daniel/.config/zellij/layouts/ide.kdl"
}
SwitchToMode "Normal"
}
}
scroll {
bind "Ctrl s" { SwitchToMode "Normal"; }