From ba7925afd87dbfadd81a28ed421594767f90c97d Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 9 Aug 2026 14:23:42 +0200 Subject: [PATCH 1/2] Carry tmux's tab moves, zoom flag, and hostname into herdr --- config/herdr/config.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/herdr/config.toml b/config/herdr/config.toml index 5bde7d4d07..71d41c32ec 100644 --- a/config/herdr/config.toml +++ b/config/herdr/config.toml @@ -56,6 +56,10 @@ switch_tab = ["prefix+1..9", "alt+1..9"] previous_tab = ["prefix+p", "alt+left"] next_tab = ["prefix+n", "alt+right"] +# Like swap-window -t -1/+1 on M-S-Left/Right +move_tab_previous = "alt+shift+left" +move_tab_next = "alt+shift+right" + # Sessions -> workspaces new_workspace = "prefix+shift+c" rename_workspace = "prefix+shift+r" @@ -80,3 +84,6 @@ prompt_new_tab_name = false # set -g mouse on mouse_capture = true + +# tmux showed #h in status-right; the ZOOM flag shows there automatically +tab_bar_hostname = true From f511cf8642d50bb61a0fca29afa2a0553fb331e3 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 9 Aug 2026 14:32:15 +0200 Subject: [PATCH 2/2] Hide herdr's outer pane frame like tmux --- config/herdr/config.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/herdr/config.toml b/config/herdr/config.toml index 71d41c32ec..45bec507d5 100644 --- a/config/herdr/config.toml +++ b/config/herdr/config.toml @@ -70,8 +70,9 @@ next_workspace = ["prefix+shift+n", "alt+down"] [ui] accent = "blue" -# tmux drew single-line dividers between adjacent panes +# tmux drew single-line dividers between adjacent panes and no outer frame pane_gaps = false +pane_outer_borders = false # tmux had no scrollbar column beside its panes pane_scrollbars = false