From a452c2f35ca2d6844f3c6394c809e2c4d52fed21 Mon Sep 17 00:00:00 2001 From: xzeldon Date: Sat, 20 Aug 2022 04:26:37 +0300 Subject: [PATCH] update --- .tmux.conf | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 04a8898..4d58d48 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -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