From 85a094dae763e6b0509f218f7af88f85903cb7c4 Mon Sep 17 00:00:00 2001 From: Martin Blazik Date: Thu, 23 Jul 2026 08:58:15 +0200 Subject: [PATCH] Vyhazeni divnych unicode znaku z tmux.conf --- conf/tmux.conf | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/conf/tmux.conf b/conf/tmux.conf index bd6348f..72e2e10 100644 --- a/conf/tmux.conf +++ b/conf/tmux.conf @@ -1,6 +1,9 @@ -# tmux config — screen-like key bindings +# tmux config - screen-like key bindings # ============================================ +# mkdir -p $HOME/.config/tmux +# curl https://git.fnet.cz/lachtan/get/raw/branch/master/conf/tmux.conf -o $HOME/.config/tmux/tmux.conf + # Searched in this oreder # /etc/tmux.conf # ~/.config/tmux/tmux.conf @@ -42,7 +45,7 @@ bind C-a last-window # Rename window (like screen A) bind A command-prompt -I "#W" "rename-window '%%'" -# Panes (splits) — screen style +# Panes (splits) - screen style bind - split-window -v -c "#{pane_current_path}" bind | split-window -h -c "#{pane_current_path}" @@ -90,7 +93,7 @@ set -g mouse on # Status bar tweaks set -g status-interval 5 -#set -g status-left "#H [#S] " +#set -g status-left "#H [#S] " set -g status-left "#H/#S " set -g status-right " %H:%M %d-%b-%y"