incremental

This commit is contained in:
Maxime Vorwerk
2024-09-20 11:03:22 +01:00
parent a484ae8887
commit 3e672882ad

View File

@@ -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'