|
|
|
@ -1,11 +1,11 @@
|
|
|
|
|
# Improve Colors set -g default-terminal "screen-256color"
|
|
|
|
|
# Improve Colors set -g default-terminal "screen-256color"
|
|
|
|
|
# change keybinding to something sane
|
|
|
|
|
set -g prefix M-a
|
|
|
|
|
# Set scrollback buffer
|
|
|
|
|
set -g history-limit 10000
|
|
|
|
|
# Set display time to be longer to allow selecting
|
|
|
|
|
set -g display-panes-time 5000
|
|
|
|
|
# setup automatic renaming
|
|
|
|
|
# Set scrollback buffer
|
|
|
|
|
set -g history-limit 10000
|
|
|
|
|
# Set display time to be longer to allow selecting
|
|
|
|
|
set -g display-panes-time 5000
|
|
|
|
|
# setup automatic renaming
|
|
|
|
|
set -g automatic-rename on
|
|
|
|
|
|
|
|
|
|
# keybinds
|
|
|
|
@ -45,5 +45,5 @@ set -g @continuum-systemd-start-cmd 'new-session -d -s doormat'
|
|
|
|
|
# run tpm
|
|
|
|
|
run '~/.tmux/plugins/tpm/tpm'
|
|
|
|
|
#-#-# start_of_ranger_tmux_config #-#-#
|
|
|
|
|
bind-key Bspace run-shell -b 'python -m ranger_tmux.drop'
|
|
|
|
|
bind-key Bspace run-shell -b '/sbin/python -m ranger_tmux.drop'
|
|
|
|
|
#-#-# end_of_ranger_tmux_config #-#-#
|
|
|
|
|