Compare commits
2 Commits
bfb93522b7
...
ed67b7cf80
Author | SHA1 | Date |
---|---|---|
|
ed67b7cf80 | |
|
aa05c9f5a6 |
|
@ -1,21 +0,0 @@
|
||||||
set-option -g default-shell /usr/bin/fish
|
|
||||||
|
|
||||||
bind-key h select-pane -L
|
|
||||||
bind-key j select-pane -D
|
|
||||||
bind-key k select-pane -U
|
|
||||||
bind-key l select-pane -R
|
|
||||||
|
|
||||||
# nested tmux, obey me
|
|
||||||
bind-key a send-prefix
|
|
||||||
|
|
||||||
# Avoid the annoying bit of delay when using the control character
|
|
||||||
set -g escape-time 0
|
|
||||||
set -g renumber-windows on
|
|
||||||
|
|
||||||
# Show a visual bell, even on other windows
|
|
||||||
set-window-option -g visual-bell both
|
|
||||||
set-window-option -g bell-action other
|
|
||||||
|
|
||||||
# Set up the window visuals
|
|
||||||
set -g window-status-style bg=yellow
|
|
||||||
set -g window-status-current-style bg=red,fg=white
|
|
|
@ -1,4 +1,4 @@
|
||||||
set-option -g default-shell /usr/bin/fish
|
set-option -g default-command fish
|
||||||
|
|
||||||
bind-key h select-pane -L
|
bind-key h select-pane -L
|
||||||
bind-key j select-pane -D
|
bind-key j select-pane -D
|
||||||
|
|
Loading…
Reference in New Issue