aboutsummaryrefslogtreecommitdiff
path: root/config/tmux
diff options
context:
space:
mode:
authorryo <ryo@nopwd.lol>2025-03-02 14:18:20 +0000
committerryo <ryo@nopwd.lol>2025-03-02 14:18:20 +0000
commit9b8855688aff1ee354fbaa7430f03209692ee0d0 (patch)
tree4047a154499e5e65622623dcd140b41476bac6a6 /config/tmux
parente602a23c7ecdc315da15dd6331e96bba50b9bf39 (diff)
Removed nvim and alacritty configsHEADmain
setup.sh: read package names from a file shell: clean up in aliases to keep it simple tmux: added two shortcuts
Diffstat (limited to 'config/tmux')
-rw-r--r--config/tmux/tmux.conf9
1 files changed, 6 insertions, 3 deletions
diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf
index 1a79303..f36fdae 100644
--- a/config/tmux/tmux.conf
+++ b/config/tmux/tmux.conf
@@ -6,12 +6,15 @@ set-option -sg escape-time 25
set-option -g mode-keys vi
set-option -g status-keys vi
-bind-key r source-file ~/.config/tmux/tmux.conf
-bind-key y set-option synchronize-panes
-
bind-key l select-pane -R
bind-key h select-pane -L
bind-key j select-pane -D
bind-key k select-pane -U
bind-key v select-window -l
+
+bind-key r source-file ~/.config/tmux/tmux.conf
+bind-key y set-option synchronize-panes
+bind-key W new-window -c "#{pane_current_path}"
+bind-key S split-window -h -c "#{pane_current_path}"
+