This commit is contained in:
Timofey Gelazoniya 2022-08-20 04:26:37 +03:00
parent 09ac69e8f6
commit a452c2f35c
Signed by: zeldon
GPG Key ID: 047886915281DD2A
1 changed files with 6 additions and 2 deletions

View File

@ -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