aboutsummaryrefslogtreecommitdiff
path: root/tmux/.tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tmux/.tmux.conf')
-rw-r--r--tmux/.tmux.conf14
1 files changed, 0 insertions, 14 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf
deleted file mode 100644
index 1b0d4fe..0000000
--- a/tmux/.tmux.conf
+++ /dev/null
@@ -1,14 +0,0 @@
-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