diff --git a/tmux.conf b/tmux.conf index cddceff..20a8c83 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,3 +1,6 @@ + +#set-option -g update-environment "RANDOM_THEME" + # Keybinds bind -n M-H previous-window bind -n M-L next-window @@ -32,6 +35,9 @@ bind C-Space send-prefix bind '"' split-window -v -c "#{pane_current_path}" bind % split-window -h -c "#{pane_current_path}" +# Open python shell with leader+P +bind P new-window python3 + # List of plugins set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible'