dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit ee2337c6b4f4ea940a81cd8e2fb612e63b43e4d2
parent 49f4f349a4c100dbb20d9036216705fa963b8e33
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Tue, 27 Feb 2018 08:53:24 -0500

Update tmux configuration for gfdl workstation

Diffstat:
Mlinks/.tmux.conf | 9+++++++--
1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/links/.tmux.conf b/links/.tmux.conf @@ -112,6 +112,10 @@ bind-key -n M-k split-window -b -c "#{pane_current_path}" # new split up bind-key -n M-j split-window -c "#{pane_current_path}" # new split down bind-key -n M-l split-window -h -c "#{pane_current_path}" # new split right bind-key -n M-h split-window -b -h -c "#{pane_current_path}" # new split left +bind-key k split-window -b -c "#{pane_current_path}" # new split up +bind-key j split-window -c "#{pane_current_path}" # new split down +bind-key l split-window -h -c "#{pane_current_path}" # new split right +bind-key h split-window -b -h -c "#{pane_current_path}" # new split left bind -r z resize-pane -Z # toggle pane zoom with <C-a>z bind -r y next-layout # cycle to next pane layout with <C-a>y @@ -169,8 +173,9 @@ bind-key -n C-M-w new-window -n weather \ # Open new window and resize status accordingly (should be a hook instead) #bind-key Enter new-window -bind-key Enter new-window \ - "tmux set status-right-length `echo $(tput cols)/2|bc|tr -d '\n'`; $SHELL" +#bind-key Enter new-window \ + #"tmux set status-right-length `echo $(tput cols)/2|bc|tr -d '\n'`; zsh" +bind-key Enter new-window "$SHELL" bind-key -n M-Enter new-window "$SHELL" # Use nested bindings (<C-a>m) for grouping music-control bindings