From 861c1eff3a807385483f1212b544a82509bb7865 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Wed, 30 Oct 2019 13:25:21 -0500 Subject: [PATCH] Fix some tmux things from refactor --- shell/tmux/tmux.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shell/tmux/tmux.conf b/shell/tmux/tmux.conf index 4e6958b..8f6fb33 100644 --- a/shell/tmux/tmux.conf +++ b/shell/tmux/tmux.conf @@ -43,7 +43,7 @@ bind-key j switch-client -p bind-key h switch-client -p bind-key k switch-client -n bind-key l switch-client -n -bind s run "tmux new-window 'sh -ci tmuxswitcher'" +bind s run-shell "tmux new-window 'sh -c ~/.config/dotfiles/bin/tmuxswitcher'" # reset the working directory of the current session bind-key P attach-session -t . -c '#{pane_current_path}' \; display-message 'Reset session dir to #{pane_current_path}' @@ -57,9 +57,9 @@ set -g status-interval 5 set -g status-right-length 80 set -g status-right "#[fg=colour4]#W#[fg=default]#[bg=default] #H" set -g status-left-length 200 -set -g status-left "#[fg=colour7]#(~/.config/dotfiles/scripts/bin/tmux-session-list #S)" +set -g status-left "#[fg=colour7]#(~/.config/dotfiles/bin/tmux-session-list #S)" -bind-key O run-shell "~/.config/dotfiles/scripts/bin/tmux-save-buffer #S" \; display-message "Saved buffer to ~/.tmux-buffer.log" +bind-key O run-shell "~/.config/dotfiles/bin/tmux-save-buffer #S" \; display-message "Saved buffer to ~/.tmux-buffer.log" # pane split line colors set -g pane-active-border-style bg=black,fg=black