diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 5a2b690..7181638 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -16,7 +16,7 @@ set-window-option -g mode-keys vi # Reload settings bind r source-file ~/.config/tmux/tmux.conf \; display "Reloaded!" # Open current directory -bind o run-shell "open #{pane_current_path}" +bind o run-shell "open '#{pane_current_path}'" bind -r e kill-pane -a # vim-like pane switching @@ -85,4 +85,4 @@ set -g set-titles-string "#T" if-shell "uname -s | grep -q Darwin" "source ~/.config/tmux/macos.conf" source ~/.config/tmux/statusline.conf -source ~/.config/tmux/utility.conf \ No newline at end of file +source ~/.config/tmux/utility.conf