Skip to content

Commit

Permalink
zellij: disable breaking conf option
Browse files Browse the repository at this point in the history
  • Loading branch information
gwarf committed Jan 27, 2025
1 parent c3c3ff5 commit c36282d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/private_dot_config/zellij/config.kdl.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ keybinds {
bind "w" { ToggleFloatingPanes; SwitchToMode "Normal"; }
bind "e" { TogglePaneEmbedOrFloating; SwitchToMode "Normal"; }
bind "c" { SwitchToMode "RenamePane"; PaneNameInput 0;}
bind "i" { TogglePanePinned; SwitchToMode "Normal"; }
// bind "i" { TogglePanePinned; SwitchToMode "Normal"; }
}
move {
bind "Ctrl h" { SwitchToMode "Normal"; }
Expand Down

0 comments on commit c36282d

Please sign in to comment.