remove: obsolete nonfunctional configurations (#1474)

The nonfunctional configurations are not needed anymore,
the `tmux-overview` configuration is also not needed anymore,
since there is now a prefix mode that emulates some tmux behaviour,
which is already a good example in the default configuration.
This commit is contained in:
a-kenji 2022-06-09 23:10:36 +02:00 committed by GitHub
parent a614d11737
commit 8e51eec877
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 759 deletions

View file

@ -1,170 +0,0 @@
---
#This config will not currently function and will error out until Issue #248 is implemented, or another solution is.
keybinds:
unbind: true
normal:
- action: [SwitchToMode: Locked,]
key: [Ctrl: 'g',]
- action: [SwitchToMode: Pane,]
key: [Ctrl: 'p',]
- action: [SwitchToMode: Resize,]
key: [Ctrl: 'r',]
- action: [SwitchToMode: Tab,]
key: [Ctrl: 't',]
- action: [SwitchToMode: Scroll,]
key: [Ctrl: 's',]
- action: [SwitchToMode: screen,] # This mode doesn't exist and will error out until Issue #248 is addressed, this is the crux of the issue.
key: [Ctrl: 'b',]
- action: [Quit,]
key: [Ctrl: 'q',]
- 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: ']',]
screen:
########################################### List of Screen Commands as implemented in screen.yaml for Zellij ###########################################################
################################################# Commands were gathered from GNU Screen version 4.08.00 ###############################################################
############################ Adapted from the GNU Screen Users Manual here: https://www.gnu.org/software/screen/manual/screen.html#####################################
#- action: [DisplayPaneInformation, SwitchToMode: PaneWindowIndex,]
# key: [ Char: ''',]
#- action: [SwitchToMode: PaneWindowIndex, ]
# key: [ Char: '"',]
- action: [GoToTab: 0, SwitchToMode: Normal,]
key: [ Char: '0',]
- action: [GoToTab: 1, SwitchToMode: Normal,]
key: [ Char: '1',]
- action: [GoToTab: 2, SwitchToMode: Normal,]
key: [ Char: '2',]
- action: [GoToTab: 3, SwitchToMode: Normal,]
key: [ Char: '3',]
- action: [GoToTab: 4, SwitchToMode: Normal,]
key: [ Char: '4',]
- action: [GoToTab: 5, SwitchToMode: Normal,]
key: [ Char: '5',]
- action: [GoToTab: 6, SwitchToMode: Normal,]
key: [ Char: '6',]
- action: [GoToTab: 7, SwitchToMode: Normal,]
key: [ Char: '7',]
- action: [GoToTab: 8, SwitchToMode: Normal,]
key: [ Char: '8',]
- action: [GoToTab: 9, SwitchToMode: Normal,]
key: [ Char: '9',]
#- action: [GoToTab: blank,] #Goes to blank empty window.
# key: [ Char: '-',]
- action: [NewPane: , SwitchToMode: Normal,]
key: [Ctrl: 'c',]
#- action: [FocusNextPane, SwitchToMode: Normal,] #Implemented, however doesn't support current key in this YAML.
# key: [ Tab,]
- action: [GoToPreviousTab, SwitchToMode: Normal,]
key: [ Ctrl: 'a',]
#- action: [SendPrefixKey, SwitchToMode: Normal,]
# key: [Ctrl: 'a',]
- action: [SwitchToMode: RenameTab, TabNameInput: [0],]
key: [Char: 'A']
#- action: [SendBreak, SwitchToMode: Normal,]
# key: [Char: 'b', Ctrl: 'b',]
#- action: [Resetpane, SwitchToMode: Normal,]
# key: [Ctrl: 'B',]
#- action: [clearpane, SwitchToMode: Normal,]
# key: [Char: 'C',]
#- action: [DetachCurrentPane,]
# key: [ Char: 'd', Ctrl: 'd',]
#- action: [DetachClient, Quit,]
# key: [ Char: 'D'; Char:'D',] #This requires sequential characters note the ;
#- action: [ChangeCycleFlow, SwitchToMode: Normal,] #I have literally no idea what this does.
# key: [ Char: 'f', Ctrl: 'f',]
#- action: [ResizeTerminalToPane, SwitchToMode: Normal,] #Outdated but noted here.
# key: [Char: 'F',]
#- action: [ToggleVisualBell,]
# key: [Ctrl: 'g',]
#- action: [CopyPaneToFile, SwitchToMode: Normal,]
# key: [Ctrl: 'h',]
#- action: [TogglePanelogging,]
# key: [Ctrl: 'H',]
#- action: [ShowTabInfo, SwitchToMode: Normal,]
# key: [Char: 'i', Ctrl: 'i',]
- action: [CloseTab, SwitchToMode: Normal,]
key: [ Char: 'k', Ctrl: 'k',]
#- action: [OrderClientRedraw, SwitchToMode: Normal,]
# key: [Char: 'l', Ctrl: 'l',]
#- action: [ToggleTabLoginState, SwitchToMode: Normal,]
# key: [Char: 'L',]
#- action: [RepeatStatusMessage, SwitchToMode: Normal,]
# key: [Char: 'm', Ctrl: 'm',]
#- action: [TogglePaneMonitoring,]
# key: [Ctrl: 'M',]
#- action: [GoToNextTab, SwitchToMode: Normal,] #Implemented, however doesn't support current key in this YAML.
# key: [Space ,Char: 'n', Ctrl: 'n',]
#- action: [ShowPaneNumbers, SwitchToMode: Normal,]
# key: [ Char: 'N',]
#- action: [GoToNextTab, SwitchToMode: Normal,] #Implemented, however doesn't support current key in this YAML.
# key: [Backspace ,Char: 'p', Ctrl: 'p', Ctrl: 'h',]
#- action: [SendXONToTab, SwitchToMode: Normal,]
# key: [Char: 'q', Ctrl: 'q',]
#- action: [ClosePanesExceptFocus, SwitchToMode: Normal,]
# key: [Char: 'Q',]
#- action: [ToggleLineWrap, SwitchToMode: Normal,]
# key: [Char: 'r', Ctrl: 'r',]
#- action: [SendXOFFToTab, SwitchToMode: Normal,]
# key: [Char: 's', Ctrl: 's',]
- action: [NewPane: Right, SwitchToMode: Normal,]
key: [Char: 'S',]
#- action: [ShowLoadAverages, ShowXref, SwitchToMode: Normal,]
# key: [Char: 't', Ctrl: 't',]
#- action: [DisplayVersionAndCompileDate, SwitchToMode: Normal,]
# key: [Char: 'v',]
#- action: [InputDigraph, SwitchToMode: Normal,]
# key: [Ctrl: 'v',]
#- action: [SelectTabFromIndex, SwitchToMode: Normal,]
# key: [Char: 'w', Ctrl: 'w',]
#- action: [Toggle80And132Columns, SwitchToMode: Normal,]
# key: [Char: 'W',]
#- action: [LockTerminal, SwitchToMode: Normal,]
# key: [Char: 'x', Ctrl: 'x',]
- action: [CloseFocus, SwitchToMode: Normal,]
key: [Char: 'X',]
#- action: [LockTerminal, SwitchToMode: Normal,]
# key: [Char: 'x', Ctrl: 'x',]
#- action: [SuspendZellij, SwitchToMode: Normal,]
# key: [Char: 'z', Ctrl: 'z',]
#- action: [SendReset, SwitchToMode: Normal,]
# key: [Char: 'Z',]
#- action: [DumpTermcap, SwitchToMode: Normal,]
# key: [Char: '.',]
#- action: [ShowKeybinds, SwitchToMode: Normal,]
# key: [Char: '?',]
- action: [Quit,]
key: [Char: '\',]
#- action: [EnterZellijCommandPrompt, SwitchToMode: Normal,]
# key: [ Char: ':',]
#- action: [SwitchToMode: Copy,]
# key: [Escape, Char: '[', Ctrl: '[',]
#- action: [PasteBufferToPane, SwitchToMode: Normal,]
# key: [Char: ']', Ctrl: ']',]
#- action: [CopyCommandFromPasteBuffer, SwitchToMode: Normal,]
# key: [Char: '{', Ctrl: '}',]
#- action: [WritePasteBufferToFile, SwitchToMode: Normal,]
# key: [Char: '>',]
#- action: [ReadPasteBufferToFile, SwitchToMode: Normal,]
# key: [Char: '<',]
#- action: [DeletePasteBufferFile, SwitchToMode: Normal,]
# key: [Char: '=',]
#- action: [TogglePaneMonitoring,]
# key: [Char: '_',]
- action: [NewPane: Down, SwitchToMode: Normal,]
key: [Char: '|',]
#- action: [ShowZellijSoftwareLicense,]
# key: [Char: ',',]
#- action: [ShowAttachedUsers,]
# key: [Char: '*',]
###################################################### End Imported Commands from Screen ###############################################################################

View file

@ -1,386 +0,0 @@
---
#This file functions as an overview of using tmux binds in place of the lock mode, it currently functions fine in Zellij, but doesn't give the user the opportunity to use lock mode.
keybinds:
unbind: true
normal:
- action: [SwitchToMode: Locked,]
key: [Ctrl: 'b',]
- action: [SwitchToMode: Pane,]
key: [Ctrl: 'p',]
- action: [SwitchToMode: Resize,]
key: [Ctrl: 'r',]
- action: [SwitchToMode: Tab,]
key: [Ctrl: 't',]
- action: [SwitchToMode: Scroll,]
key: [Ctrl: 's',]
- action: [Quit,]
key: [Ctrl: 'q',]
- action: [NewPane: ]
key: [ Alt: 'n',]
- action: [MoveFocusOrTab: Left,]
key: [ Alt: 'h',]
- action: [MoveFocusOrTab: Right,]
key: [ Alt: 'l',]
- action: [MoveFocus: Down,]
key: [ Alt: 'j',]
- action: [MoveFocus: Up,]
key: [ Alt: 'k',]
- action: [FocusPreviousPane,]
key: [ Alt: '[',]
- action: [FocusNextPane,]
key: [ Alt: ']',]
locked: # Functions as the Tmux Mode for now.
- action: [SwitchToMode: Normal,]
key: [Ctrl: 'c',]
tmux:
######### list of tmux actions starts here in same order as exported from tmux 'C-b ?` command. #########
######### All Commented Commands have placeholder names for the features if they ever get implemented. ##
#- action: [SendPrefixKey,]
# key: [Ctrl: 'b',]
- action: [FocusNextPane, SwitchToMode: Normal,]
key: [Ctrl: 'o',]
#- action: [SuspendCurrentZellijClient, SwitchToMode: Normal,]
# key: [Ctrl: 'z',]
#- action: [SelectNextLayout, SwitchToMode: Normal,]
# key: [Char: ' ']
#- action: [BreakoutPaneToTab, SwitchToMode: Normal,]
# key: [Char: '!',]
- action: [NewPane: Down, SwitchToMode: Normal,]
key: [Char: '"',]
#- action: [ListPasteBuffers,]
# key: [Char: '#',]
#- action: [SwitchToMode: RenameTab, SessionNameInput: [0],]
# key: [Char: '$']
- action: [NewPane: Right, SwitchToMode: Normal,]
key: [Char: '%',]
- action: [CloseTab, SwitchToMode: Normal,]
key: [Char: '&',]
#- action: [PaneSelectionMenu, SwitchToMode: Normal,]
# key: [Char: ''',]
#- action: [SwitchToNextClient, SwitchToMode: Normal,]
# key: [Char: '(',]
#- action: [SwitchToPreviousClient, SwitchToMode: Normal,]
# key: [Char: ')',]
#- action: [Rename, SwitchToMode: Normal,]
# key: [Char: ',',]
- action: [SwitchToMode: RenameTab, TabNameInput: [0],]
key: [Char: ',']
#- action: [DeleteRecentPasteBuffer, SwitchToMode: Normal,]
# key: [Char: '-',]
#- action: [MoveTabIndexPosition, SwitchToMode: Normal,]
# key: [Char: '.',]
#- action: [DisplayKeybindAction, SwitchToMode: Normal,]
# key: [Char: '/',]
- action: [GoToTab: 1, SwitchToMode: Normal,]
key: [ Char: '1',]
- action: [GoToTab: 2, SwitchToMode: Normal,]
key: [ Char: '2',]
- action: [GoToTab: 3, SwitchToMode: Normal,]
key: [ Char: '3',]
- action: [GoToTab: 4, SwitchToMode: Normal,]
key: [ Char: '4',]
- action: [GoToTab: 5, SwitchToMode: Normal,]
key: [ Char: '5',]
- action: [GoToTab: 6, SwitchToMode: Normal,]
key: [ Char: '6',]
- action: [GoToTab: 7, SwitchToMode: Normal,]
key: [ Char: '7',]
- action: [GoToTab: 8, SwitchToMode: Normal,]
key: [ Char: '8',]
- action: [GoToTab: 9, SwitchToMode: Normal,]
key: [ Char: '9',]
- action: [GoToTab: 9, SwitchToMode: Normal,]
key: [ Char: '9',]
#- action: [EnterZellijCommandPrompt, SwitchToMode: Normal,]
# key: [ Char: ':',]
#- action: [GoToLastActivePane, SwitchToMode: Normal,]
# key: [ Char: ';',]
#- action: [ChoosePasteBufferItem, SwitchToMode: Normal,]
# key: [ Char: '=',]
#- action: [ListAllKeyBinds,]
# key: [ Char: '?',]
#- action: [SelectClientFromIndex,]
# key: [ Char: 'D',]
#- action: [EqualizePaneSizes,]
# key: [ Char: 'E',]
#- action: [GoToLastActiveClient, SwitchToMode: Normal,]
# key: [ Char: 'L',]
#- action: [ClearCurrentPaneText, SwitchToMode: Normal,]
# key: [ Char: 'M',]
#- action: [SwitchToMode: Copy,]
# key: [ Char: '[',]
#- action: [PasteMostRecentPasteBufferItem, SwitchToMode: Normal,]
# key: [ Char: ']',]
- action: [NewTab, SwitchToMode: Normal,]
key: [ Char: 'c',]
#- action: [DetachClient, Quit,]
# key: [ Char: 'd',]
#- action: [SwitchToMode: PaneWindowIndex,]
# key: [ Char: 'f',]
#- action: [DisplayPaneInformation, SwitchToMode: Normal,]
# key: [ Char: 'i',]
- action: [GoToPreviousTab, SwitchToMode: Normal,]
key: [ Char: 'l',]
#- action: [TogglePane, SwitchToMode: Normal,]
# key: [ Char: 'm',]
- action: [GoToNextTab, SwitchToMode: Normal,]
key: [ Char: 'n',]
- action: [FocusNextPane, SwitchToMode: Normal,]
key: [ Char: 'o',]
- action: [FocusPreviousPane, SwitchToMode: Normal,]
key: [ Char: 'p',]
#- action: [ShowPaneNumbers, SwitchToMode: Normal,]
# key: [ Char: 'q',]
#- action: [OrderClientRedraw, SwitchToMode: Normal,]
# key: [ Char: 'r',]
#- action: [SelectSessionFromIndex, SwitchToMode: Normal,]
# key: [ Char: 's',]
#- action: [ShowClockOnScreen, SwitchToMode: Normal,]
# key: [ Char: 't',]
#- action: [SelectTabFromIndex, SwitchToMode: Normal,]
# key: [ Char: 'w',]
- action: [CloseFocus, SwitchToMode: Normal,]
key: [Char: 'x',]
#- action: [ZoomToPane, SwitchToMode: Normal,]
# key: [ Char: 'z',]
#- action: [SwapPane: Up, SwitchToMode: Normal,]
# key: [ Char: '{',]
#- action: [SwapPane: Down, SwitchToMode: Normal,]
# key: [ Char: '}',]
#- action: [ShowZellijMessages, SwitchToMode: Normal,]
# key: [ Char: '~',]
#- action: [ResetToVisibleCursor, SwitchToMode: Normal,]
# key: [ 'Delete',]
#- action: [SwitchToMode: Copy, PageScrollUpToTop,]
# key: [ 'PageUp',]
- action: [MoveFocus: Left, SwitchToMode: Normal,]
key: [ 'Left',]
- action: [MoveFocus: Right, SwitchToMode: Normal,]
key: [ 'Right',]
- action: [MoveFocus: Down, SwitchToMode: Normal,]
key: [ 'Down',]
- action: [MoveFocus: Up, SwitchToMode: Normal,]
key: [ 'Up',]
#- action: [EvenOutRankPanes: Horizontally, SwitchToMode: Normal,]
# key: [ Alt: '1',]
#- action: [EvenOutRankPanes: Vertically, SwitchToMode: Normal,]
# key: [ Alt: '2',]
#- action: [SetPaneAsMain: Horizontally, SwitchToMode: Normal,]
# key: [ Alt: '3',]
#- action: [SetPaneAsMain: Vertically, SwitchToMode: Normal,]
# key: [ Alt: '4',]
#- action: [SelectTiledLayout, SwitchToMode: Normal,]
# key: [ Alt: '5',]
#- action: [SelectNextTabWithAlert, SwitchToMode: Normal,]
# key: [ Alt: 'n',]
- action: [FocusPreviousPane, SwitchToMode: Normal,]
key: [ Alt: 'o',]
#- action: [SelectNextTabWithAlert, SwitchToMode: Normal,]
# key: [ Alt: 'p',]
#- action: [ResizeIncremental: Up, SwitchToMode: Normal,]
# key: [Alt: 'Up',]
#- action: [ResizeIncremental: Down, SwitchToMode: Normal,]
# key: [Alt: 'Down',
#- action: [ResizeIncremental: Left, SwitchToMode: Normal,]
# key: [Alt: 'Left',]
#- action: [ResizeIncremental: Right, SwitchToMode: Normal,]
# key: [Alt: 'Right',]
#- action: [Resize: Up,]
# key: [Ctrl: 'Up',]
#- action: [Resize: Down,]
# key: [Ctrl: 'Down',]
#- action: [Resize: Left,]
# key: [Ctrl: 'Left',]
#- action: [Resize: Right,]
# key: [Ctrl: 'Right',]
#- action: [ShiftPartiallyVisibleTab: Up, SwitchToMode: Normal,]
# key: [Shift: 'Up',]
#- action: [ShiftPartiallyVisibleTab: Down, SwitchToMode: Normal,]
# key: [Shift: 'Down',]
#- action: [ShiftPartiallyVisibleTab: Left, SwitchToMode: Normal,]
# key: [Shift: 'Left',]
#- action: [ShiftPartiallyVisibleTab: Right, SwitchToMode: Normal,]
# key: [Shift: 'Right',]
########################################### End Tmux Commands Imported ##################################
resize:
- action: [SwitchToMode: Locked,]
key: [Ctrl: 'g']
- action: [SwitchToMode: Pane,]
key: [Ctrl: 'p',]
- action: [SwitchToMode: Tab,]
key: [Ctrl: 't',]
- action: [SwitchToMode: Normal,]
key: [Ctrl: 'r', Char: "\n", Char: ' ',]
- action: [SwitchToMode: Scroll,]
key: [Ctrl: 's']
- action: [Quit]
key: [Ctrl: 'q']
- action: [Resize: Left,]
key: [Char: 'h', Left, ]
- action: [Resize: Down,]
key: [Char: 'j', Down, ]
- action: [Resize: Up,]
key: [Char: 'k', Up, ]
- action: [Resize: Right,]
key: [Char: 'l', Right, ]
- action: [NewPane: ,]
key: [ Alt: 'n',]
- action: [MoveFocus: Left,]
key: [ Alt: 'h', Left,]
- action: [MoveFocus: Right,]
key: [ Alt: 'l', Right,]
- action: [MoveFocus: Down,]
key: [ Alt: 'j', Down,]
- action: [MoveFocus: Up,]
key: [ Alt: 'k', Up,]
- action: [FocusPreviousPane,]
key: [ Alt: '[',]
- action: [FocusNextPane,]
key: [ Alt: ']',]
pane:
- action: [SwitchToMode: Locked,]
key: [Ctrl: 'g']
- action: [SwitchToMode: Pane,]
key: [Ctrl: 'p',]
- action: [SwitchToMode: Tab,]
key: [Ctrl: 't',]
- action: [SwitchToMode: Normal,]
key: [Ctrl: 'r', Char: "\n", Char: ' ',]
- action: [SwitchToMode: Scroll,]
key: [Ctrl: 's']
- action: [Quit,]
key: [Ctrl: 'q',]
- action: [MoveFocus: Left,]
key: [ Alt: 'h', Left,]
- action: [MoveFocus: Right,]
key: [ Alt: 'l', Right,]
- action: [MoveFocus: Down,]
key: [ Alt: 'j', Down,]
- action: [MoveFocus: Up,]
key: [ Alt: 'k', Up,]
- action: [SwitchFocus,]
key: [Char: 'p']
- action: [NewPane: ,]
key: [Char: 'n', Alt: 'n',]
- action: [NewPane: Down,]
key: [Char: 'd',]
- action: [NewPane: Right,]
key: [Char: 'r',]
- action: [CloseFocus,]
key: [Char: 'x',]
- action: [ToggleFocusFullscreen,]
key: [Char: 'f',]
- action: [FocusPreviousPane,]
key: [ Alt: '[',]
- action: [FocusNextPane,]
key: [ Alt: ']',]
tab:
- action: [SwitchToMode: Locked,]
key: [Ctrl: 'g']
- action: [SwitchToMode: Pane,]
key: [Ctrl: 'p',]
- action: [SwitchToMode: Normal,]
key: [Ctrl: 'r', Ctrl: 't', Char: "\n", Char: ' ',]
- action: [SwitchToMode: Scroll,]
key: [Ctrl: 's']
- action: [SwitchToMode: RenameTab, TabNameInput: [0],]
key: [Char: 'r']
- action: [Quit,]
key: [Ctrl: 'q',]
- action: [FocusPreviousPane,]
key: [ Alt: '[',]
- action: [FocusNextPane,]
key: [ Alt: ']',]
- action: [GoToPreviousTab,]
key: [ Char: 'h',]
- action: [GoToNextTab,]
key: [ Char: 'l',]
- action: [GoToNextTab,]
key: [ Char: 'j',]
- action: [GoToPreviousTab,]
key: [ Char: 'k',]
- action: [NewTab,]
key: [ Char: 'n',]
- action: [CloseTab,]
key: [ Char: 'x',]
- 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: [GoToTab: 1,]
key: [ Char: '1',]
- action: [GoToTab: 2,]
key: [ Char: '2',]
- action: [GoToTab: 3,]
key: [ Char: '3',]
- action: [GoToTab: 4,]
key: [ Char: '4',]
- action: [GoToTab: 5,]
key: [ Char: '5',]
- action: [GoToTab: 6,]
key: [ Char: '6',]
- action: [GoToTab: 7,]
key: [ Char: '7',]
- action: [GoToTab: 8,]
key: [ Char: '8',]
- action: [GoToTab: 9,]
key: [ Char: '9',]
scroll:
- action: [SwitchToMode: Normal,]
key: [Ctrl: 'r', Ctrl: 's', Char: ' ',
Char: "\n",]
- action: [SwitchToMode: Tab,]
key: [Ctrl: 't',]
- action: [SwitchToMode: Locked,]
key: [Ctrl: 'g',]
- action: [SwitchToMode: Pane,]
key: [Ctrl: 'p',]
- action: [Quit,]
key: [Ctrl: 'q',]
- action: [ScrollDown,]
key: [Char: 'j', Down,]
- action: [ScrollUp,]
key: [Char: 'k', Up,]
- action: [PageScrollDown,]
key: [Ctrl: 'f', PageDown,]
- action: [PageScrollUp,]
key: [Ctrl: 'b', PageUp,]
- 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,]
key: [Ctrl: 'r', Ctrl: 's', Char: ' ',]
- 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: ']',]

View file

@ -1,203 +0,0 @@
---
#This config will not currently function and will error out until Issue #248 is implemented, or another solution is.
keybinds:
unbind: true
normal:
- action: [SwitchToMode: Locked,]
key: [Ctrl: 'g',]
- action: [SwitchToMode: Pane,]
key: [Ctrl: 'p',]
- action: [SwitchToMode: Resize,]
key: [Ctrl: 'r',]
- action: [SwitchToMode: Tab,]
key: [Ctrl: 't',]
- action: [SwitchToMode: Scroll,]
key: [Ctrl: 's',]
- action: [SwitchToMode: tmux,] # This mode doesn't exist and will error out until Issue #248 is addressed, this is the crux of the issue.
key: [Ctrl: 'b',]
- action: [Quit,]
key: [Ctrl: 'q',]
- 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: ']',]
tmux:
######### list of tmux actions starts here in same order as exported from tmux 'C-b ?` command. #########
######### All Commented Commands have placeholder names for the features if they ever get implemented. ##
#- action: [SendPrefixKey,]
# key: [Ctrl: 'b',]
- action: [FocusNextPane, SwitchToMode: Normal,]
key: [Ctrl: 'o',]
#- action: [SuspendCurrentZellijClient, SwitchToMode: Normal,]
# key: [Ctrl: 'z',]
#- action: [SelectNextLayout, SwitchToMode: Normal,]
# key: [Char: ' ']
#- action: [BreakoutPaneToTab, SwitchToMode: Normal,]
# key: [Char: '!',]
- action: [NewPane: Down, SwitchToMode: Normal,]
key: [Char: '"',]
#- action: [ListPasteBuffers,]
# key: [Char: '#',]
#- action: [SwitchToMode: RenameTab, SessionNameInput: [0],]
# key: [Char: '$']
- action: [NewPane: Right, SwitchToMode: Normal,]
key: [Char: '%',]
- action: [CloseTab, SwitchToMode: Normal,]
key: [Char: '&',]
#- action: [PaneSelectionMenu, SwitchToMode: Normal,]
# key: [Char: ''',]
#- action: [SwitchToNextClient, SwitchToMode: Normal,]
# key: [Char: '(',]
#- action: [SwitchToPreviousClient, SwitchToMode: Normal,]
# key: [Char: ')',]
#- action: [Rename, SwitchToMode: Normal,]
# key: [Char: ',',]
- action: [SwitchToMode: RenameTab, TabNameInput: [0],]
key: [Char: ',']
#- action: [DeleteRecentPasteBuffer, SwitchToMode: Normal,]
# key: [Char: '-',]
#- action: [MoveTabIndexPosition, SwitchToMode: Normal,]
# key: [Char: '.',]
#- action: [DisplayKeybindAction, SwitchToMode: Normal,]
# key: [Char: '/',]
- action: [GoToTab: 1, SwitchToMode: Normal,]
key: [ Char: '1',]
- action: [GoToTab: 2, SwitchToMode: Normal,]
key: [ Char: '2',]
- action: [GoToTab: 3, SwitchToMode: Normal,]
key: [ Char: '3',]
- action: [GoToTab: 4, SwitchToMode: Normal,]
key: [ Char: '4',]
- action: [GoToTab: 5, SwitchToMode: Normal,]
key: [ Char: '5',]
- action: [GoToTab: 6, SwitchToMode: Normal,]
key: [ Char: '6',]
- action: [GoToTab: 7, SwitchToMode: Normal,]
key: [ Char: '7',]
- action: [GoToTab: 8, SwitchToMode: Normal,]
key: [ Char: '8',]
- action: [GoToTab: 9, SwitchToMode: Normal,]
key: [ Char: '9',]
- action: [GoToTab: 9, SwitchToMode: Normal,]
key: [ Char: '9',]
#- action: [EnterZellijCommandPrompt, SwitchToMode: Normal,]
# key: [ Char: ':',]
#- action: [GoToLastActivePane, SwitchToMode: Normal,]
# key: [ Char: ';',]
#- action: [ChoosePasteBufferItem, SwitchToMode: Normal,]
# key: [ Char: '=',]
#- action: [ListAllKeyBinds,]
# key: [ Char: '?',]
#- action: [SelectClientFromIndex,]
# key: [ Char: 'D',]
#- action: [EqualizePaneSizes,]
# key: [ Char: 'E',]
#- action: [GoToLastActiveClient, SwitchToMode: Normal,]
# key: [ Char: 'L',]
#- action: [ClearCurrentPaneText, SwitchToMode: Normal,]
# key: [ Char: 'M',]
#- action: [SwitchToMode: Copy,]
# key: [ Char: '[',]
#- action: [PasteMostRecentPasteBufferItem, SwitchToMode: Normal,]
# key: [ Char: ']',]
- action: [NewTab, SwitchToMode: Normal,]
key: [ Char: 'c',]
#- action: [DetachClient, Quit,]
# key: [ Char: 'd',]
#- action: [SwitchToMode: PaneWindowIndex,]
# key: [ Char: 'f',]
#- action: [DisplayPaneInformation, SwitchToMode: Normal,]
# key: [ Char: 'i',]
- action: [GoToPreviousTab, SwitchToMode: Normal,]
key: [ Char: 'l',]
#- action: [TogglePane, SwitchToMode: Normal,]
# key: [ Char: 'm',]
- action: [GoToNextTab, SwitchToMode: Normal,]
key: [ Char: 'n',]
- action: [FocusNextPane, SwitchToMode: Normal,]
key: [ Char: 'o',]
- action: [FocusPreviousPane, SwitchToMode: Normal,]
key: [ Char: 'p',]
#- action: [ShowPaneNumbers, SwitchToMode: Normal,]
# key: [ Char: 'q',]
#- action: [OrderClientRedraw, SwitchToMode: Normal,]
# key: [ Char: 'r',]
#- action: [SelectSessionFromIndex, SwitchToMode: Normal,]
# key: [ Char: 's',]
#- action: [ShowClockOnScreen, SwitchToMode: Normal,]
# key: [ Char: 't',]
#- action: [SelectTabFromIndex, SwitchToMode: Normal,]
# key: [ Char: 'w',]
- action: [CloseFocus, SwitchToMode: Normal,]
key: [Char: 'x',]
#- action: [ZoomToPane, SwitchToMode: Normal,]
# key: [ Char: 'z',]
#- action: [SwapPane: Up, SwitchToMode: Normal,]
# key: [ Char: '{',]
#- action: [SwapPane: Down, SwitchToMode: Normal,]
# key: [ Char: '}',]
#- action: [ShowZellijMessages, SwitchToMode: Normal,]
# key: [ Char: '~',]
#- action: [ResetToVisibleCursor, SwitchToMode: Normal,]
# key: [ 'Delete',]
#- action: [SwitchToMode: Copy, PageScrollUpToTop,]
# key: [ 'PageUp',]
- action: [MoveFocus: Left, SwitchToMode: Normal,]
key: [ 'Left',]
- action: [MoveFocus: Right, SwitchToMode: Normal,]
key: [ 'Right',]
- action: [MoveFocus: Down, SwitchToMode: Normal,]
key: [ 'Down',]
- action: [MoveFocus: Up, SwitchToMode: Normal,]
key: [ 'Up',]
#- action: [EvenOutRankPanes: Horizontally, SwitchToMode: Normal,]
# key: [ Alt: '1',]
#- action: [EvenOutRankPanes: Vertically, SwitchToMode: Normal,]
# key: [ Alt: '2',]
#- action: [SetPaneAsMain: Horizontally, SwitchToMode: Normal,]
# key: [ Alt: '3',]
#- action: [SetPaneAsMain: Vertically, SwitchToMode: Normal,]
# key: [ Alt: '4',]
#- action: [SelectTiledLayout, SwitchToMode: Normal,]
# key: [ Alt: '5',]
#- action: [SelectNextTabWithAlert, SwitchToMode: Normal,]
# key: [ Alt: 'n',]
- action: [FocusPreviousPane, SwitchToMode: Normal,]
key: [ Alt: 'o',]
#- action: [SelectNextTabWithAlert, SwitchToMode: Normal,]
# key: [ Alt: 'p',]
#- action: [ResizeIncremental: Up, SwitchToMode: Normal,]
# key: [Alt: 'Up',]
#- action: [ResizeIncremental: Down, SwitchToMode: Normal,]
# key: [Alt: 'Down',
#- action: [ResizeIncremental: Left, SwitchToMode: Normal,]
# key: [Alt: 'Left',]
#- action: [ResizeIncremental: Right, SwitchToMode: Normal,]
# key: [Alt: 'Right',]
#- action: [Resize: Up,]
# key: [Ctrl: 'Up',]
#- action: [Resize: Down,]
# key: [Ctrl: 'Down',]
#- action: [Resize: Left,]
# key: [Ctrl: 'Left',]
#- action: [Resize: Right,]
# key: [Ctrl: 'Right',]
#- action: [ShiftPartiallyVisibleTab: Up, SwitchToMode: Normal,]
# key: [Shift: 'Up',]
#- action: [ShiftPartiallyVisibleTab: Down, SwitchToMode: Normal,]
# key: [Shift: 'Down',]
#- action: [ShiftPartiallyVisibleTab: Left, SwitchToMode: Normal,]
# key: [Shift: 'Left',]
#- action: [ShiftPartiallyVisibleTab: Right, SwitchToMode: Normal,]
# key: [Shift: 'Right',]
########################################### End Tmux Commands Imported ##################################