aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Hiar <cody@hiar.ca>2021-10-21 09:05:21 -0600
committerCody Hiar <cody@hiar.ca>2021-10-21 09:05:21 -0600
commitbadbf2a2be7344b8d968a5e06b16143da44bf171 (patch)
treec6fd854cbdf5cdf4f341506aa6a9659c7660d3da
parent58572c2bffaff3d7b18ff58163ced78699039f62 (diff)
Switch tmux bindings around so splits match vim
-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