|
|
|
|
@@ -1,8 +1,6 @@
|
|
|
|
|
// If you'd like to override the default keybindings completely, be sure to change "keybinds" to "keybinds clear-defaults=true"
|
|
|
|
|
keybinds {
|
|
|
|
|
normal clear-defaults=true {
|
|
|
|
|
// uncomment this and adjust key if using copy_on_select=false
|
|
|
|
|
// bind "Alt c" { Copy; }
|
|
|
|
|
bind "F1" {SwitchToMode "Tab"; }
|
|
|
|
|
bind "F2" {SwitchToMode "Pane"; }
|
|
|
|
|
bind "F5" {SwitchToMode "Session"; }
|
|
|
|
|
@@ -22,6 +20,25 @@ keybinds {
|
|
|
|
|
bind "Alt -" { Resize "Decrease"; }
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
tab {
|
|
|
|
|
bind "Ctrl t" { SwitchToMode "Normal"; }
|
|
|
|
|
bind "r" { SwitchToMode "RenameTab"; TabNameInput 0; }
|
|
|
|
|
bind "h" "Left" "Up" "k" { GoToPreviousTab; }
|
|
|
|
|
bind "l" "Right" "Down" "j" { GoToNextTab; }
|
|
|
|
|
bind "n" { NewTab; SwitchToMode "Normal"; }
|
|
|
|
|
bind "x" { CloseTab; SwitchToMode "Normal"; }
|
|
|
|
|
bind "s" { ToggleActiveSyncTab; SwitchToMode "Normal"; }
|
|
|
|
|
bind "1" { GoToTab 1; SwitchToMode "Normal"; }
|
|
|
|
|
bind "2" { GoToTab 2; SwitchToMode "Normal"; }
|
|
|
|
|
bind "3" { GoToTab 3; SwitchToMode "Normal"; }
|
|
|
|
|
bind "4" { GoToTab 4; SwitchToMode "Normal"; }
|
|
|
|
|
bind "5" { GoToTab 5; SwitchToMode "Normal"; }
|
|
|
|
|
bind "6" { GoToTab 6; SwitchToMode "Normal"; }
|
|
|
|
|
bind "7" { GoToTab 7; SwitchToMode "Normal"; }
|
|
|
|
|
bind "8" { GoToTab 8; SwitchToMode "Normal"; }
|
|
|
|
|
bind "9" { GoToTab 9; SwitchToMode "Normal"; }
|
|
|
|
|
bind "Tab" { ToggleTab; }
|
|
|
|
|
}
|
|
|
|
|
locked {
|
|
|
|
|
bind "F12" { SwitchToMode "Normal"; }
|
|
|
|
|
}
|
|
|
|
|
@@ -63,25 +80,6 @@ keybinds {
|
|
|
|
|
bind "k" "Up" { MovePane "Up"; }
|
|
|
|
|
bind "l" "Right" { MovePane "Right"; }
|
|
|
|
|
}
|
|
|
|
|
tab {
|
|
|
|
|
bind "Ctrl t" { SwitchToMode "Normal"; }
|
|
|
|
|
bind "r" { SwitchToMode "RenameTab"; TabNameInput 0; }
|
|
|
|
|
bind "h" "Left" "Up" "k" { GoToPreviousTab; }
|
|
|
|
|
bind "l" "Right" "Down" "j" { GoToNextTab; }
|
|
|
|
|
bind "n" { NewTab; SwitchToMode "Normal"; }
|
|
|
|
|
bind "x" { CloseTab; SwitchToMode "Normal"; }
|
|
|
|
|
bind "s" { ToggleActiveSyncTab; SwitchToMode "Normal"; }
|
|
|
|
|
bind "1" { GoToTab 1; SwitchToMode "Normal"; }
|
|
|
|
|
bind "2" { GoToTab 2; SwitchToMode "Normal"; }
|
|
|
|
|
bind "3" { GoToTab 3; SwitchToMode "Normal"; }
|
|
|
|
|
bind "4" { GoToTab 4; SwitchToMode "Normal"; }
|
|
|
|
|
bind "5" { GoToTab 5; SwitchToMode "Normal"; }
|
|
|
|
|
bind "6" { GoToTab 6; SwitchToMode "Normal"; }
|
|
|
|
|
bind "7" { GoToTab 7; SwitchToMode "Normal"; }
|
|
|
|
|
bind "8" { GoToTab 8; SwitchToMode "Normal"; }
|
|
|
|
|
bind "9" { GoToTab 9; SwitchToMode "Normal"; }
|
|
|
|
|
bind "Tab" { ToggleTab; }
|
|
|
|
|
}
|
|
|
|
|
scroll {
|
|
|
|
|
bind "Ctrl s" { SwitchToMode "Normal"; }
|
|
|
|
|
bind "e" { EditScrollback; SwitchToMode "Normal"; }
|
|
|
|
|
@@ -299,7 +297,7 @@ theme "tokyo-night-dark"
|
|
|
|
|
// Path to the default editor to use to edit pane scrollbuffer
|
|
|
|
|
// Default: $EDITOR or $VISUAL
|
|
|
|
|
//
|
|
|
|
|
// scrollback_editor "/usr/bin/vim"
|
|
|
|
|
scrollback_editor "/usr/bin/nvim"
|
|
|
|
|
|
|
|
|
|
// When attaching to an existing session with other users,
|
|
|
|
|
// should the session be mirrored (true)
|
|
|
|
|
|