Commit 5772271d authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

tmux changes (removed -r from pane change).

parent 62f32b22
......@@ -2,10 +2,10 @@ unbind C-b
set -g prefix M-Space
# Use Alt-hjkl without prefix key to switch panes
bind -r h select-pane -L
bind -r l select-pane -R
bind -r k select-pane -U
bind -r j select-pane -D
bind h select-pane -L
bind l select-pane -R
bind k select-pane -U
bind j select-pane -D
# THEME
set -g default-terminal "screen-256color"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment