From 164eb6a5b74b3089548303fb60a9e623856bcd23 Mon Sep 17 00:00:00 2001 From: Kunal Mohan <44079328+kunalmohan@users.noreply.github.com> Date: Tue, 26 Oct 2021 09:54:05 +0530 Subject: Feature: Rotate Pane locations (#802) fix #165 --- zellij-utils/assets/config/default.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'zellij-utils/assets') diff --git a/zellij-utils/assets/config/default.yaml b/zellij-utils/assets/config/default.yaml index 323c96e9f..51ef72c2a 100644 --- a/zellij-utils/assets/config/default.yaml +++ b/zellij-utils/assets/config/default.yaml @@ -140,6 +140,8 @@ keybinds: key: [Ctrl: 'o',] - action: [Quit] key: [Ctrl: 'q'] + - action: [MovePane: ,] + key: [Char: 'n', Char: "\t",] - action: [MovePane: Left,] key: [Char: 'h', Left,] - action: [MovePane: Down,] -- cgit v1.2.3