2021-04-17 10:53:13 +03:00
|
|
|
---
|
2021-10-20 13:28:23 +03:00
|
|
|
# Configuration for zellij.
|
|
|
|
|
|
|
|
# In order to troubleshoot your configuration try using the following command:
|
|
|
|
# `zellij setup --check`
|
|
|
|
# It should show current config locations and features that are enabled.
|
|
|
|
|
2021-04-17 10:53:13 +03:00
|
|
|
keybinds:
|
|
|
|
unbind: true
|
|
|
|
normal:
|
|
|
|
- action: [SwitchToMode: Locked,]
|
|
|
|
key: [Ctrl: 'g',]
|
|
|
|
- action: [SwitchToMode: Pane,]
|
|
|
|
key: [Ctrl: 'p',]
|
|
|
|
- action: [SwitchToMode: Resize,]
|
2021-09-21 19:04:04 +03:00
|
|
|
key: [Ctrl: 'n',]
|
2021-04-17 10:53:13 +03:00
|
|
|
- action: [SwitchToMode: Tab,]
|
|
|
|
key: [Ctrl: 't',]
|
|
|
|
- action: [SwitchToMode: Scroll,]
|
|
|
|
key: [Ctrl: 's',]
|
2021-09-21 19:04:04 +03:00
|
|
|
- action: [SwitchToMode: Session,]
|
|
|
|
key: [Ctrl: 'o',]
|
2021-10-20 13:28:23 +03:00
|
|
|
- action: [SwitchToMode: Move,]
|
|
|
|
key: [Ctrl: 'h',]
|
2021-04-17 10:53:13 +03:00
|
|
|
- action: [Quit,]
|
|
|
|
key: [Ctrl: 'q',]
|
|
|
|
- action: [NewPane: ]
|
|
|
|
key: [ Alt: 'n',]
|
2021-05-08 00:19:23 +03:00
|
|
|
- action: [MoveFocusOrTab: Left,]
|
2021-04-17 10:53:13 +03:00
|
|
|
key: [ Alt: 'h',]
|
2021-05-08 00:19:23 +03:00
|
|
|
- action: [MoveFocusOrTab: Right,]
|
2021-04-17 10:53:13 +03:00
|
|
|
key: [ Alt: 'l',]
|
|
|
|
- action: [MoveFocus: Down,]
|
|
|
|
key: [ Alt: 'j',]
|
|
|
|
- action: [MoveFocus: Up,]
|
|
|
|
key: [ Alt: 'k',]
|
|
|
|
- action: [FocusPreviousPane,]
|
|
|
|
key: [ Alt: '[',]
|
|
|
|
- action: [FocusNextPane,]
|
|
|
|
key: [ Alt: ']',]
|
2021-11-08 17:17:26 +03:00
|
|
|
- action: [Resize: Increase,]
|
|
|
|
key: [ Alt: '=']
|
|
|
|
- action: [Resize: Increase,]
|
|
|
|
key: [ Alt: '+']
|
|
|
|
- action: [Resize: Decrease,]
|
|
|
|
key: [ Alt: '-']
|
2021-04-17 10:53:13 +03:00
|
|
|
locked:
|
|
|
|
- action: [SwitchToMode: Normal,]
|
2021-04-25 21:52:31 +03:00
|
|
|
key: [Ctrl: 'g',]
|
2021-04-17 10:53:13 +03:00
|
|
|
resize:
|
|
|
|
- action: [SwitchToMode: Locked,]
|
|
|
|
key: [Ctrl: 'g']
|
|
|
|
- action: [SwitchToMode: Pane,]
|
2021-04-24 23:08:36 +03:00
|
|
|
key: [Ctrl: 'p',]
|
2021-04-17 10:53:13 +03:00
|
|
|
- action: [SwitchToMode: Tab,]
|
2021-04-24 23:08:36 +03:00
|
|
|
key: [Ctrl: 't',]
|
2021-04-17 10:53:13 +03:00
|
|
|
- action: [SwitchToMode: Normal,]
|
2021-11-29 11:35:48 +03:00
|
|
|
key: [Ctrl: 'r', Char: "\n", Char: ' ', Esc]
|
2021-04-17 10:53:13 +03:00
|
|
|
- action: [SwitchToMode: Scroll,]
|
|
|
|
key: [Ctrl: 's']
|
2021-09-21 19:04:04 +03:00
|
|
|
- action: [SwitchToMode: Session,]
|
|
|
|
key: [Ctrl: 'o',]
|
2021-10-20 13:28:23 +03:00
|
|
|
- action: [SwitchToMode: Move,]
|
|
|
|
key: [Ctrl: 'h',]
|
2021-04-17 10:53:13 +03:00
|
|
|
- action: [Quit]
|
|
|
|
key: [Ctrl: 'q']
|
|
|
|
- action: [Resize: Left,]
|
2021-04-25 18:41:19 +03:00
|
|
|
key: [Char: 'h', Left,]
|
2021-04-17 10:53:13 +03:00
|
|
|
- action: [Resize: Down,]
|
2021-04-25 18:41:19 +03:00
|
|
|
key: [Char: 'j', Down,]
|
2021-04-17 10:53:13 +03:00
|
|
|
- action: [Resize: Up,]
|
2021-04-24 23:08:36 +03:00
|
|
|
key: [Char: 'k', Up, ]
|
2021-04-17 10:53:13 +03:00
|
|
|
- action: [Resize: Right,]
|
2021-04-25 18:41:19 +03:00
|
|
|
key: [Char: 'l', Right,]
|
2021-11-08 17:17:26 +03:00
|
|
|
- action: [Resize: Increase,]
|
|
|
|
key: [Char: '=']
|
|
|
|
- action: [Resize: Increase,]
|
|
|
|
key: [ Alt: '+']
|
|
|
|
- action: [Resize: Decrease,]
|
|
|
|
key: [Char: '-']
|
2021-04-17 10:53:13 +03:00
|
|
|
- action: [NewPane: ,]
|
|
|
|
key: [ Alt: 'n',]
|
|
|
|
- action: [MoveFocus: Left,]
|
2021-09-21 19:04:04 +03:00
|
|
|
key: [ Alt: 'h',]
|
2021-04-17 10:53:13 +03:00
|
|
|
- action: [MoveFocus: Right,]
|
2021-09-21 19:04:04 +03:00
|
|
|
key: [ Alt: 'l',]
|
2021-04-17 10:53:13 +03:00
|
|
|
- action: [MoveFocus: Down,]
|
2021-09-21 19:04:04 +03:00
|
|
|
key: [ Alt: 'j',]
|
2021-04-17 10:53:13 +03:00
|
|
|
- action: [MoveFocus: Up,]
|
2021-09-21 19:04:04 +03:00
|
|
|
key: [ Alt: 'k',]
|
2021-04-17 10:53:13 +03:00
|
|
|
- action: [FocusPreviousPane,]
|
|
|
|
key: [ Alt: '[',]
|
|
|
|
- action: [FocusNextPane,]
|
|
|
|
key: [ Alt: ']',]
|
|
|
|
pane:
|
|
|
|
- action: [SwitchToMode: Locked,]
|
|
|
|
key: [Ctrl: 'g']
|
2021-09-21 19:04:04 +03:00
|
|
|
- action: [SwitchToMode: Resize,]
|
|
|
|
key: [Ctrl: 'n',]
|
2021-04-17 10:53:13 +03:00
|
|
|
- action: [SwitchToMode: Tab,]
|
2021-04-24 23:08:36 +03:00
|
|
|
key: [Ctrl: 't',]
|
2021-04-17 10:53:13 +03:00
|
|
|
- action: [SwitchToMode: Normal,]
|
2021-11-29 11:35:48 +03:00
|
|
|
key: [Ctrl: 'p', Char: "\n", Char: ' ', Esc]
|
2021-04-17 10:53:13 +03:00
|
|
|
- action: [SwitchToMode: Scroll,]
|
|
|
|
key: [Ctrl: 's']
|
2021-09-21 19:04:04 +03:00
|
|
|
- action: [SwitchToMode: Session,]
|
|
|
|
key: [Ctrl: 'o',]
|
2021-10-20 13:28:23 +03:00
|
|
|
- action: [SwitchToMode: Move,]
|
|
|
|
key: [Ctrl: 'h',]
|
2021-04-17 10:53:13 +03:00
|
|
|
- action: [Quit,]
|
|
|
|
key: [Ctrl: 'q',]
|
|
|
|
- action: [MoveFocus: Left,]
|
2021-09-21 19:04:04 +03:00
|
|
|
key: [ Char: 'h', Left,]
|
2021-04-17 10:53:13 +03:00
|
|
|
- action: [MoveFocus: Right,]
|
2021-09-21 19:04:04 +03:00
|
|
|
key: [ Char: 'l', Right,]
|
2021-04-17 10:53:13 +03:00
|
|
|
- action: [MoveFocus: Down,]
|
2021-09-21 19:04:04 +03:00
|
|
|
key: [ Char: 'j', Down,]
|
2021-04-17 10:53:13 +03:00
|
|
|
- action: [MoveFocus: Up,]
|
2021-09-21 19:04:04 +03:00
|
|
|
key: [ Char: 'k', Up,]
|
2021-04-17 10:53:13 +03:00
|
|
|
- action: [SwitchFocus,]
|
|
|
|
key: [Char: 'p']
|
|
|
|
- action: [NewPane: ,]
|
|
|
|
key: [Char: 'n', Alt: 'n',]
|
|
|
|
- action: [NewPane: Down,]
|
2021-04-24 23:08:36 +03:00
|
|
|
key: [Char: 'd',]
|
2021-04-17 10:53:13 +03:00
|
|
|
- action: [NewPane: Right,]
|
2021-04-24 23:08:36 +03:00
|
|
|
key: [Char: 'r',]
|
2021-04-17 10:53:13 +03:00
|
|
|
- action: [CloseFocus,]
|
2021-04-24 23:08:36 +03:00
|
|
|
key: [Char: 'x',]
|
2021-04-17 10:53:13 +03:00
|
|
|
- action: [ToggleFocusFullscreen,]
|
2021-04-24 23:08:36 +03:00
|
|
|
key: [Char: 'f',]
|
2021-09-21 19:04:04 +03:00
|
|
|
- action: [TogglePaneFrames,]
|
|
|
|
key: [Char: 'z',]
|
2021-04-17 10:53:13 +03:00
|
|
|
- action: [FocusPreviousPane,]
|
|
|
|
key: [ Alt: '[',]
|
|
|
|
- action: [FocusNextPane,]
|
|
|
|
key: [ Alt: ']',]
|
2021-10-20 13:28:23 +03:00
|
|
|
move:
|
|
|
|
- action: [SwitchToMode: Locked,]
|
|
|
|
key: [Ctrl: 'g']
|
|
|
|
- action: [SwitchToMode: Pane,]
|
|
|
|
key: [Ctrl: 'p',]
|
|
|
|
- action: [SwitchToMode: Tab,]
|
|
|
|
key: [Ctrl: 't',]
|
|
|
|
- action: [SwitchToMode: Resize,]
|
|
|
|
key: [Ctrl: 'n',]
|
|
|
|
- action: [SwitchToMode: Normal,]
|
2021-11-29 11:35:48 +03:00
|
|
|
key: [Ctrl: 'h', Char: "\n", Char: ' ', Esc]
|
2021-10-20 13:28:23 +03:00
|
|
|
- action: [SwitchToMode: Scroll,]
|
|
|
|
key: [Ctrl: 's']
|
|
|
|
- action: [SwitchToMode: Session,]
|
|
|
|
key: [Ctrl: 'o',]
|
|
|
|
- action: [Quit]
|
|
|
|
key: [Ctrl: 'q']
|
2021-11-08 17:17:26 +03:00
|
|
|
- action: [MovePane: ,]
|
|
|
|
key: [Char: 'n', Char: "\t",]
|
2021-10-20 13:28:23 +03:00
|
|
|
- action: [MovePane: Left,]
|
|
|
|
key: [Char: 'h', Left,]
|
|
|
|
- action: [MovePane: Down,]
|
|
|
|
key: [Char: 'j', Down,]
|
|
|
|
- action: [MovePane: Up,]
|
|
|
|
key: [Char: 'k', Up, ]
|
|
|
|
- action: [MovePane: Right,]
|
|
|
|
key: [Char: 'l', Right,]
|
|
|
|
- action: [NewPane: ,]
|
|
|
|
key: [ Alt: 'n',]
|
|
|
|
- action: [MoveFocus: Left,]
|
|
|
|
key: [ Alt: 'h',]
|
|
|
|
- action: [MoveFocus: Right,]
|
|
|
|
key: [ Alt: 'l',]
|
|
|
|
- action: [MoveFocus: Down,]
|
|
|
|
key: [ Alt: 'j',]
|
|
|
|
- action: [MoveFocus: Up,]
|
|
|
|
key: [ Alt: 'k',]
|
|
|
|
- action: [FocusPreviousPane,]
|
|
|
|
key: [ Alt: '[',]
|
|
|
|
- action: [FocusNextPane,]
|
|
|
|
key: [ Alt: ']',]
|
2021-04-17 10:53:13 +03:00
|
|
|
tab:
|
|
|
|
- action: [SwitchToMode: Locked,]
|
|
|
|
key: [Ctrl: 'g']
|
|
|
|
- action: [SwitchToMode: Pane,]
|
2021-04-24 23:08:36 +03:00
|
|
|
key: [Ctrl: 'p',]
|
2021-09-21 19:04:04 +03:00
|
|
|
- action: [SwitchToMode: Resize,]
|
|
|
|
key: [Ctrl: 'n',]
|
2021-04-17 10:53:13 +03:00
|
|
|
- action: [SwitchToMode: Normal,]
|
2021-11-29 11:35:48 +03:00
|
|
|
key: [Ctrl: 't', Char: "\n", Char: ' ', Esc]
|
2021-04-17 10:53:13 +03:00
|
|
|
- action: [SwitchToMode: Scroll,]
|
|
|
|
key: [Ctrl: 's']
|
2021-10-20 13:28:23 +03:00
|
|
|
- action: [SwitchToMode: Move,]
|
|
|
|
key: [Ctrl: 'h',]
|
2021-09-21 19:04:04 +03:00
|
|
|
- action: [SwitchToMode: Session,]
|
|
|
|
key: [Ctrl: 'o',]
|
2021-04-17 10:53:13 +03:00
|
|
|
- action: [SwitchToMode: RenameTab, TabNameInput: [0],]
|
|
|
|
key: [Char: 'r']
|
|
|
|
- action: [Quit,]
|
|
|
|
key: [Ctrl: 'q',]
|
|
|
|
- action: [FocusPreviousPane,]
|
|
|
|
key: [ Alt: '[',]
|
|
|
|
- action: [FocusNextPane,]
|
|
|
|
key: [ Alt: ']',]
|
|
|
|
- action: [GoToPreviousTab,]
|
2021-09-21 19:04:04 +03:00
|
|
|
key: [ Char: 'h', Left, Up, Char: 'k',]
|
2021-04-17 10:53:13 +03:00
|
|
|
- action: [GoToNextTab,]
|
2021-09-21 19:04:04 +03:00
|
|
|
key: [ Char: 'l', Right,Down, Char: 'j']
|
2021-09-06 22:25:15 +03:00
|
|
|
- action: [NewTab: ,]
|
2021-04-24 23:08:36 +03:00
|
|
|
key: [ Char: 'n',]
|
2021-04-17 10:53:13 +03:00
|
|
|
- action: [CloseTab,]
|
2021-04-24 23:08:36 +03:00
|
|
|
key: [ Char: 'x',]
|
2021-09-21 19:04:04 +03:00
|
|
|
- action: [ToggleActiveSyncTab]
|
|
|
|
key: [Char: 's']
|
2021-04-17 10:53:13 +03:00
|
|
|
- action: [MoveFocus: Left,]
|
|
|
|
key: [ Alt: 'h',]
|
|
|
|
- action: [MoveFocus: Right,]
|
2021-04-24 23:08:36 +03:00
|
|
|
key: [ Alt: 'l',]
|
2021-04-17 10:53:13 +03:00
|
|
|
- action: [MoveFocus: Down,]
|
2021-04-24 23:08:36 +03:00
|
|
|
key: [ Alt: 'j',]
|
2021-04-17 10:53:13 +03:00
|
|
|
- action: [MoveFocus: Up,]
|
2021-04-24 23:08:36 +03:00
|
|
|
key: [ Alt: 'k',]
|
2021-04-17 10:53:13 +03:00
|
|
|
- action: [GoToTab: 1,]
|
2021-04-24 23:08:36 +03:00
|
|
|
key: [ Char: '1',]
|
2021-04-17 10:53:13 +03:00
|
|
|
- action: [GoToTab: 2,]
|
2021-04-24 23:08:36 +03:00
|
|
|
key: [ Char: '2',]
|
2021-04-17 10:53:13 +03:00
|
|
|
- action: [GoToTab: 3,]
|
2021-04-24 23:08:36 +03:00
|
|
|
key: [ Char: '3',]
|
2021-04-17 10:53:13 +03:00
|
|
|
- action: [GoToTab: 4,]
|
2021-04-24 23:08:36 +03:00
|
|
|
key: [ Char: '4',]
|
2021-04-17 10:53:13 +03:00
|
|
|
- action: [GoToTab: 5,]
|
2021-04-24 23:08:36 +03:00
|
|
|
key: [ Char: '5',]
|
2021-04-17 10:53:13 +03:00
|
|
|
- action: [GoToTab: 6,]
|
2021-04-24 23:08:36 +03:00
|
|
|
key: [ Char: '6',]
|
2021-04-17 10:53:13 +03:00
|
|
|
- action: [GoToTab: 7,]
|
2021-04-24 23:08:36 +03:00
|
|
|
key: [ Char: '7',]
|
2021-04-17 10:53:13 +03:00
|
|
|
- action: [GoToTab: 8,]
|
2021-04-24 23:08:36 +03:00
|
|
|
key: [ Char: '8',]
|
2021-04-17 10:53:13 +03:00
|
|
|
- action: [GoToTab: 9,]
|
2021-04-24 23:08:36 +03:00
|
|
|
key: [ Char: '9',]
|
2021-09-21 19:04:04 +03:00
|
|
|
- action: [ToggleTab]
|
|
|
|
key: [ Char: "\t" ]
|
2021-04-17 10:53:13 +03:00
|
|
|
scroll:
|
|
|
|
- action: [SwitchToMode: Normal,]
|
|
|
|
key: [Ctrl: 'r', Ctrl: 's', Char: ' ',
|
2021-11-29 11:35:48 +03:00
|
|
|
Char: "\n", Esc]
|
2021-04-17 10:53:13 +03:00
|
|
|
- action: [SwitchToMode: Tab,]
|
2021-04-24 23:08:36 +03:00
|
|
|
key: [Ctrl: 't',]
|
2021-04-17 10:53:13 +03:00
|
|
|
- action: [SwitchToMode: Locked,]
|
2021-04-24 23:08:36 +03:00
|
|
|
key: [Ctrl: 'g',]
|
2021-04-17 10:53:13 +03:00
|
|
|
- action: [SwitchToMode: Pane,]
|
2021-04-24 23:08:36 +03:00
|
|
|
key: [Ctrl: 'p',]
|
2021-10-20 13:28:23 +03:00
|
|
|
- action: [SwitchToMode: Move,]
|
|
|
|
key: [Ctrl: 'h',]
|
2021-09-21 19:04:04 +03:00
|
|
|
- action: [SwitchToMode: Session,]
|
|
|
|
key: [Ctrl: 'o',]
|
|
|
|
- action: [SwitchToMode: Resize,]
|
|
|
|
key: [Ctrl: 'n',]
|
|
|
|
- action: [ScrollToBottom, SwitchToMode: Normal,]
|
|
|
|
key: [Ctrl: 'c',]
|
2021-04-17 10:53:13 +03:00
|
|
|
- action: [Quit,]
|
|
|
|
key: [Ctrl: 'q',]
|
|
|
|
- action: [ScrollDown,]
|
|
|
|
key: [Char: 'j', Down,]
|
|
|
|
- action: [ScrollUp,]
|
|
|
|
key: [Char: 'k', Up,]
|
2021-04-21 08:51:52 +03:00
|
|
|
- action: [PageScrollDown,]
|
2021-09-21 19:04:04 +03:00
|
|
|
key: [Ctrl: 'f', PageDown, Right, Char: 'l',]
|
2021-04-21 08:51:52 +03:00
|
|
|
- action: [PageScrollUp,]
|
2021-09-21 19:04:04 +03:00
|
|
|
key: [Ctrl: 'b', PageUp, Left, Char: 'h',]
|
2021-11-08 17:17:26 +03:00
|
|
|
- action: [HalfPageScrollDown,]
|
|
|
|
key: [Char: 'd',]
|
|
|
|
- action: [HalfPageScrollUp,]
|
|
|
|
key: [Char: 'u',]
|
2021-04-17 10:53:13 +03:00
|
|
|
- action: [NewPane: ,]
|
|
|
|
key: [ Alt: 'n',]
|
|
|
|
- action: [MoveFocus: Left,]
|
|
|
|
key: [ Alt: 'h',]
|
|
|
|
- action: [MoveFocus: Right,]
|
|
|
|
key: [ Alt: 'l',]
|
|
|
|
- action: [MoveFocus: Down,]
|
|
|
|
key: [ Alt: 'j',]
|
|
|
|
- action: [MoveFocus: Up,]
|
|
|
|
key: [ Alt: 'k',]
|
|
|
|
- action: [FocusPreviousPane,]
|
|
|
|
key: [ Alt: '[',]
|
|
|
|
- action: [FocusNextPane,]
|
|
|
|
key: [ Alt: ']',]
|
|
|
|
renametab:
|
|
|
|
- action: [SwitchToMode: Normal,]
|
2021-04-24 23:08:36 +03:00
|
|
|
key: [Ctrl: 'r', Ctrl: 's', Char: ' ',]
|
2021-04-17 10:53:13 +03:00
|
|
|
- action: [SwitchToMode: Tab,]
|
|
|
|
key: [Char: "\n",]
|
|
|
|
- action: [TabNameInput: [27] , SwitchToMode: Tab,]
|
|
|
|
key: [Esc,]
|
|
|
|
- action: [NewPane: ,]
|
|
|
|
key: [ Alt: 'n',]
|
|
|
|
- action: [MoveFocus: Left,]
|
|
|
|
key: [ Alt: 'h',]
|
|
|
|
- action: [MoveFocus: Right,]
|
|
|
|
key: [ Alt: 'l',]
|
|
|
|
- action: [MoveFocus: Down,]
|
|
|
|
key: [ Alt: 'j',]
|
|
|
|
- action: [MoveFocus: Up,]
|
|
|
|
key: [ Alt: 'k',]
|
|
|
|
- action: [FocusPreviousPane,]
|
|
|
|
key: [ Alt: '[',]
|
|
|
|
- action: [FocusNextPane,]
|
|
|
|
key: [ Alt: ']',]
|
2021-09-21 19:04:04 +03:00
|
|
|
session:
|
|
|
|
- action: [SwitchToMode: Locked,]
|
|
|
|
key: [Ctrl: 'g']
|
|
|
|
- action: [SwitchToMode: Resize,]
|
|
|
|
key: [Ctrl: 'n',]
|
|
|
|
- action: [SwitchToMode: Pane,]
|
|
|
|
key: [Ctrl: 'p',]
|
2021-10-20 13:28:23 +03:00
|
|
|
- action: [SwitchToMode: Move,]
|
|
|
|
key: [Ctrl: 'h',]
|
2021-09-21 19:04:04 +03:00
|
|
|
- action: [SwitchToMode: Tab,]
|
|
|
|
key: [Ctrl: 't',]
|
|
|
|
- action: [SwitchToMode: Normal,]
|
2021-11-29 11:35:48 +03:00
|
|
|
key: [Ctrl: 'o', Char: "\n", Char: ' ', Esc]
|
2021-09-21 19:04:04 +03:00
|
|
|
- action: [SwitchToMode: Scroll,]
|
|
|
|
key: [Ctrl: 's']
|
|
|
|
- action: [Quit,]
|
|
|
|
key: [Ctrl: 'q',]
|
|
|
|
- action: [Detach,]
|
|
|
|
key: [Char: 'd',]
|
2021-09-29 16:13:19 +03:00
|
|
|
plugins:
|
|
|
|
- path: tab-bar
|
|
|
|
tag: tab-bar
|
|
|
|
- path: status-bar
|
|
|
|
tag: status-bar
|
|
|
|
- path: strider
|
|
|
|
tag: strider
|
2021-09-21 19:04:04 +03:00
|
|
|
|
|
|
|
# Choose what to do when zellij receives SIGTERM, SIGINT, SIGQUIT or SIGHUP
|
|
|
|
# eg. when terminal window with an active zellij session is closed
|
|
|
|
# Options:
|
|
|
|
# - detach (Default)
|
|
|
|
# - quit
|
|
|
|
#on_force_close: quit
|
2021-10-20 13:28:23 +03:00
|
|
|
|
|
|
|
# Send a request for a simplified ui (without arrow fonts) to plugins
|
|
|
|
# Options:
|
|
|
|
# - true
|
|
|
|
# - false (Default)
|
|
|
|
#simplified_ui: true
|
|
|
|
|
|
|
|
# Choose the path to the default shell that zellij will use for opening new panes
|
|
|
|
# Default: $SHELL
|
|
|
|
# default_shell: fish
|
|
|
|
|
|
|
|
# Toggle between having pane frames around the panes
|
|
|
|
# Options:
|
|
|
|
# - true
|
|
|
|
# - false (default)
|
|
|
|
#no_pane_frames: true
|
|
|
|
|
|
|
|
# Choose the theme that is specified in the themes section.
|
|
|
|
# Default: default
|
|
|
|
#theme: default
|
|
|
|
|
|
|
|
# Choose the mode that zellij uses when starting up.
|
|
|
|
# Default: normal
|
|
|
|
#default_mode: locked
|
|
|
|
|
|
|
|
# Toggle enabling the mouse mode.
|
|
|
|
# On certain configurations, or terminals this could
|
|
|
|
# potentially interfere with copying text.
|
|
|
|
# Options:
|
|
|
|
# - true
|
|
|
|
# - false (default)
|
|
|
|
#disable_mouse_mode: true
|