incremental
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
|
||||||
|
#set-option -g update-environment "RANDOM_THEME"
|
||||||
|
|
||||||
# Keybinds
|
# Keybinds
|
||||||
bind -n M-H previous-window
|
bind -n M-H previous-window
|
||||||
bind -n M-L next-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 -v -c "#{pane_current_path}"
|
||||||
bind % split-window -h -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
|
# List of plugins
|
||||||
set -g @plugin 'tmux-plugins/tpm'
|
set -g @plugin 'tmux-plugins/tpm'
|
||||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||||
|
|||||||
Reference in New Issue
Block a user