Skip to content

Commit

Permalink
feat: update zellij config to remap panes
Browse files Browse the repository at this point in the history
  • Loading branch information
adrielp committed Oct 23, 2023
1 parent 39dee7b commit 5434b50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .config/zellij/config.kdl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ keybinds clear-defaults=true {
bind "-" { Resize "Decrease"; }
}
pane {
bind "Ctrl u" { SwitchToMode "Normal"; }
bind "Ctrl a" { SwitchToMode "Normal"; }
bind "h" "Left" { MoveFocus "Left"; }
bind "l" "Right" { MoveFocus "Right"; }
bind "j" "Down" { MoveFocus "Down"; }
Expand Down Expand Up @@ -161,7 +161,7 @@ keybinds clear-defaults=true {
bind "Enter" "Esc" { SwitchToMode "Normal"; }
}
shared_except "pane" "locked" {
bind "Ctrl u" { SwitchToMode "Pane"; }
bind "Ctrl a" { SwitchToMode "Pane"; }
}
shared_except "resize" "locked" {
bind "Ctrl r" { SwitchToMode "Resize"; }
Expand Down

0 comments on commit 5434b50

Please sign in to comment.