mirror of https://github.com/xzeldon/dotfiles.git
update
This commit is contained in:
parent
09ac69e8f6
commit
a452c2f35c
|
@ -1,3 +1,7 @@
|
|||
#
|
||||
# zeldon's tmux config
|
||||
#
|
||||
|
||||
# Some tweaks to the status line
|
||||
set -g status-right "%H:%M"
|
||||
set -g window-status-current-style "underscore"
|
||||
|
@ -63,8 +67,8 @@ bind F11 selectw -t:20
|
|||
bind F12 selectw -t:21
|
||||
|
||||
# New panes in current path
|
||||
bind c new-window -c "#{pane_current_path}"
|
||||
bind % split-window -h -c "#{pane_current_path}"
|
||||
bind c new-window -c "#{pane_current_path}"
|
||||
bind % split-window -h -c "#{pane_current_path}"
|
||||
bind '"' split-window -v -c "#{pane_current_path}"
|
||||
|
||||
# A key to toggle between smallest and largest sizes if a window is visible in
|
||||
|
|
Loading…
Reference in New Issue