Swap out ide alias for a function

This commit is contained in:
2023-03-24 01:39:47 -05:00
parent 77fcf956fe
commit a1dd3a635a
3 changed files with 10 additions and 21 deletions

View File

@ -63,12 +63,6 @@ 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"; }