aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--stow/tmux/.tmux.conf8
1 files changed, 3 insertions, 5 deletions
diff --git a/stow/tmux/.tmux.conf b/stow/tmux/.tmux.conf
index fc24203..5cbf1ad 100644
--- a/stow/tmux/.tmux.conf
+++ b/stow/tmux/.tmux.conf
@@ -7,9 +7,9 @@
unbind '"'
unbind %
bind '"' split-window -v -c "#{pane_current_path}"
-bind C-f split-window -v -c "#{pane_current_path}"
+bind C-s split-window -v -c "#{pane_current_path}"
bind % split-window -h -c "#{pane_current_path}"
-bind C-c split-window -h -c "#{pane_current_path}"
+bind C-v split-window -h -c "#{pane_current_path}"
# Vim movements
bind C-h select-pane -L
bind C-j select-pane -D
@@ -25,8 +25,6 @@ bind n run-shell "~/.tmux/scripts/rolodex next"
bind p run-shell "~/.tmux/scripts/rolodex prev"
bind C-m run-shell "~/.tmux/scripts/rolodex toggle"
bind C-e run-shell "~/.tmux/scripts/rolodex new"
-# Bind the last window/pane command
-bind C-b last-pane
# Faster window switching
bind C-n next-window
bind C-p previous-window
@@ -34,7 +32,7 @@ bind S switch-client -l
# Synchronize mode
bind a set-window-option synchronize-panes
# Remap zoom, sleeping tmux way too much
-bind C-v resize-pane -Z
+bind C-b resize-pane -Z
# I constantly mix up copy/paste. Very annoying/dangerous if cliboard has commands in it
unbind [
bind C-g copy-mode