diff options
| author | Xander Swan <email> | 2025-12-03 10:00:41 -0500 |
|---|---|---|
| committer | Xander Swan <email> | 2025-12-03 10:00:41 -0500 |
| commit | 1acc226a2f0902dfd8089c59cab33e02df18f715 (patch) | |
| tree | 674dd07e5c74b62d884930205fcab62a83aba4ad /.config | |
| parent | 96c4251f82ee43faa1e35fb27eef5cf88d6007e6 (diff) | |
Add tmux
Diffstat (limited to '.config')
| -rw-r--r-- | .config/tmux/tmux.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf new file mode 100644 index 0000000..35cf423 --- /dev/null +++ b/.config/tmux/tmux.conf @@ -0,0 +1,14 @@ +set-option -sa terminal-overrides ",xterm*:Tc" + +unbind C-b +set -g prefix C-s + +bind v split-window -v -c "#{pane_current_path}" +bind h split-window -h -c "#{pane_current_path}" + +set -g @plugin "tmux-plugins/tpm" +set -g @plugin "tmux-plugins/tmux-sensible" +set -g @plugin "christoomey/vim-tmux-navigator" +set -g @plugin 'maxpetretta/tmux-monokai-pro' + +run "~/.tmux/plugins/tpm/tpm" |
