summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authordantepippi <6619666+dantepippi@users.noreply.github.com>2021-05-07 11:07:23 -0300
committerGitHub <noreply@github.com>2021-05-07 16:07:23 +0200
commit543b70a2bdd343ee274f9dca65020bd6915c8b27 (patch)
tree3751d0e039ddeec75cf93855c6070ab090ca2033 /assets
parentba7368667cd9a948e84c9f6a0091e4cf11414256 (diff)
Moving the sync command to the Tab mode (#412)
* Moving the sync command to the Tab mode * Fixing bug related to plugin panes and sync mode When sync mode was enabled the input from a plugin pane was being incorrectly ignored.
Diffstat (limited to 'assets')
-rw-r--r--assets/config/default.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/config/default.yaml b/assets/config/default.yaml
index 4d0bdac02..d56004ef1 100644
--- a/assets/config/default.yaml
+++ b/assets/config/default.yaml
@@ -97,8 +97,6 @@ keybinds:
key: [Char: 'r',]
- action: [CloseFocus,]
key: [Char: 'x',]
- - action: [ToggleActiveSyncPanes]
- key: [Char: 's']
- action: [ToggleFocusFullscreen,]
key: [Char: 'f',]
- action: [FocusPreviousPane,]
@@ -130,6 +128,8 @@ keybinds:
key: [ Char: 'n',]
- action: [CloseTab,]
key: [ Char: 'x',]
+ - action: [ToggleActiveSyncTab]
+ key: [Char: 's']
- action: [MoveFocus: Left,]
key: [ Alt: 'h',]
- action: [MoveFocus: Right,]