Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion config/herdr/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -66,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
Expand All @@ -80,3 +85,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