aboutsummaryrefslogtreecommitdiff
path: root/stow/tmux/.tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'stow/tmux/.tmux.conf')
-rw-r--r--stow/tmux/.tmux.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/stow/tmux/.tmux.conf b/stow/tmux/.tmux.conf
index 9c7200b..1e739b0 100644
--- a/stow/tmux/.tmux.conf
+++ b/stow/tmux/.tmux.conf
@@ -42,10 +42,10 @@ bind r source-file ~/.tmux.conf \; display-message "Config reloaded"
bind C command-prompt -p "Name of new window:" "new-window -n '%%'"
# moving between panes with vim movement keys
-bind -r h select-pane -L
-bind -r j select-pane -D
-bind -r k select-pane -U
-bind -r l select-pane -R
+bind h select-pane -L
+bind j select-pane -D
+bind k select-pane -U
+bind l select-pane -R
# Creating panes with vim movement keys
bind -r H split-window -hb