aboutsummaryrefslogtreecommitdiff
path: root/tmux/tmux.conf
diff options
context:
space:
mode:
authorBryson Steck <brysonsteck@protonmail.com>2022-11-20 18:41:32 -0700
committerBryson Steck <brysonsteck@protonmail.com>2022-11-20 18:41:32 -0700
commitabd282ead4b1f0b3cdd5cc7faf231f0ca6181fb6 (patch)
treede47857382b5e7329668deca94ade15ef8067fd9 /tmux/tmux.conf
parent1fad9afb72b2d729bb5328dfd6711c0a8dc4e8d3 (diff)
downloaddotfiles-abd282ead4b1f0b3cdd5cc7faf231f0ca6181fb6.tar
dotfiles-abd282ead4b1f0b3cdd5cc7faf231f0ca6181fb6.tar.gz
dotfiles-abd282ead4b1f0b3cdd5cc7faf231f0ca6181fb6.tar.bz2
add xmodmap, changed aliases and locations
Diffstat (limited to 'tmux/tmux.conf')
-rw-r--r--tmux/tmux.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
new file mode 100644
index 0000000..1b0d4fe
--- /dev/null
+++ b/tmux/tmux.conf
@@ -0,0 +1,14 @@
+set -g prefix M-Space
+set -g visual-activity on
+set -g status-style fg=white,bg=black
+set-window-option -g window-status-bell-style fg=white,bg=red,bold
+set-window-option -g mode-keys vi
+set -g status-right "#[fg=green,bg=default]#{pane_current_path}"
+set -ag status-right " #[fg=yellow,bg=default]%I:%M%p "
+set -g mouse on
+set -g default-terminal "screen-256color"
+
+bind h select-pane -L
+bind j select-pane -D
+bind k select-pane -U
+bind l select-pane -R