diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-04-19 04:39:42 +0530 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-04-20 02:52:27 +0530 |
commit | c76475e427c788ae24e12e283cb07607f89c6526 (patch) | |
tree | ecb539faccb7dd5d1e7c00c5a9a9c9ae1e994ee4 /tmux/.tmux.conf | |
parent | 7e77b603ade5982f17c2bdf622f4059bf001fcb8 (diff) | |
download | dotfiles-c76475e427c788ae24e12e283cb07607f89c6526.tar.gz dotfiles-c76475e427c788ae24e12e283cb07607f89c6526.tar.bz2 dotfiles-c76475e427c788ae24e12e283cb07607f89c6526.zip |
(Emacs/*)~cleaning up
Diffstat (limited to 'tmux/.tmux.conf')
-rw-r--r-- | tmux/.tmux.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 78507c4..874b972 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -5,7 +5,6 @@ set -g default-command /usr/bin/zsh set-option -g prefix C-a set-window-option -g mode-keys vi -set -goq @themepack-status-right-area-right-format "localhost" set -g @themepack 'powerline/double/blue' bind -n C-h run "(tmux display-message -p '#{pane_current_command}' | grep -iq vim && tmux send-keys C-h) || tmux select-pane -L" |