dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 01ec049f041c04673e076833211f9463b14cbc34
parent aa396eee788c83a9f6e803cf24cd376d0bdf3feb
Author: AndrewLockVI <andrew@laack.co>
Date:   Tue, 25 Feb 2025 08:28:22 -0600

Updated tmux to edit like dvtm

Diffstat:
Mtmux/tmux.conf | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/tmux/tmux.conf b/tmux/tmux.conf @@ -14,6 +14,7 @@ bind -n C-up prev bind -n C-t new-window bind -n C-x kill-pane +bind l list-sessions bind -n C-S-Down swap-window -t +1 \; select-window -t +1 bind -n C-S-Up swap-window -t -1 \; select-window -t -1 @@ -80,3 +81,6 @@ set -g status-right '' # Hide time on the right side # without this for some reason the prompt was not setting # as expected for bash... set-option -g default-command "$SHELL --rcfile ~/.bashrc" + + +bind e run-shell "$HOME/bin/edit-tmux-output.sh"