From 3e672882ad6a68cc5f9ad71e4a2b1b0b77dc0563 Mon Sep 17 00:00:00 2001 From: Maxime Vorwerk Date: Fri, 20 Sep 2024 11:03:22 +0100 Subject: [PATCH] incremental --- tmux.conf | 6 ++++++ 1 file changed, 6 insertions(+) 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'