summaryrefslogtreecommitdiffstats
path: root/zellij-utils/assets
diff options
context:
space:
mode:
authorKunal Mohan <44079328+kunalmohan@users.noreply.github.com>2021-10-26 09:54:05 +0530
committerGitHub <noreply@github.com>2021-10-26 09:54:05 +0530
commit164eb6a5b74b3089548303fb60a9e623856bcd23 (patch)
tree52c118484e5de16524335f681f0718cceaf0c825 /zellij-utils/assets
parent90c68fb6a6da2b143b8d3fc857d145daa8755f4c (diff)
Feature: Rotate Pane locations (#802)
fix #165
Diffstat (limited to 'zellij-utils/assets')
-rw-r--r--zellij-utils/assets/config/default.yaml2
1 files changed, 2 insertions, 0 deletions
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,]