diff options
| author | BardofSprites <[email protected]> | 2025-07-17 10:26:50 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2025-07-17 10:26:50 -0400 |
| commit | 284ea2c1115f3546568a9eb1856280fe64801110 (patch) | |
| tree | 1b85d84c5673fe7ff1c00000f7855b510c188b74 /tmux/.config | |
| parent | 619e979fab47548f04c899dd278175ea7dd5ba95 (diff) | |
simple shell env changes
Diffstat (limited to 'tmux/.config')
| -rw-r--r-- | tmux/.config/tmux/tmux.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index e7b0a75..7e6bf2d 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -21,3 +21,9 @@ setw -g window-status-current-format ' #I #W #F ' set -g status-bg color2 set -g status-fg black +# bindings +# splits +bind s split-window -v +bind v split-window -h +bind l choose-session + |
