update
This commit is contained in:
@@ -7,6 +7,9 @@ bind C-Space send-prefix
|
||||
# set -s default-terminal "tmux-256color"
|
||||
# set -sa terminal-overrides "$term:rgb"
|
||||
|
||||
set -g window-size largest
|
||||
set -g aggressive-resize on
|
||||
|
||||
set -s escape-time 10
|
||||
set -s focus-events on
|
||||
set -s set-clipboard on
|
||||
@@ -70,7 +73,7 @@ bind v split-window -h -c "#{pane_current_path}"
|
||||
# For some reason, choose-session is what I had before and it was working; however,
|
||||
# it does not appear in man page and does not allow customization
|
||||
# bind o choose-session
|
||||
bind o choose-tree -s -O name
|
||||
bind o choose-tree -Zs -O name
|
||||
bind N new-window
|
||||
bind n new-window -c "#{pane_current_path}"
|
||||
bind c confirm-before -p "kill-pane \#P? (y/n)" kill-pane
|
||||
@@ -82,5 +85,3 @@ unbind d
|
||||
bind e detach
|
||||
|
||||
bind d command-prompt -I "flow " 'run-shell "/home/tomas/bin/dev-tmux-wrapper.sh %1 --from #{session_name}"'
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user