Vyhazeni divnych unicode znaku z tmux.conf

This commit is contained in:
Martin Blazik
2026-07-23 08:58:15 +02:00
parent 5570cef56c
commit 85a094dae7

View File

@@ -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 # Searched in this oreder
# /etc/tmux.conf # /etc/tmux.conf
# ~/.config/tmux/tmux.conf # ~/.config/tmux/tmux.conf
@@ -42,7 +45,7 @@ bind C-a last-window
# Rename window (like screen A) # Rename window (like screen A)
bind A command-prompt -I "#W" "rename-window '%%'" 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 -v -c "#{pane_current_path}"
bind | split-window -h -c "#{pane_current_path}" bind | split-window -h -c "#{pane_current_path}"
@@ -90,7 +93,7 @@ set -g mouse on
# Status bar tweaks # Status bar tweaks
set -g status-interval 5 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-left "#H/#S "
set -g status-right " %H:%M %d-%b-%y" set -g status-right " %H:%M %d-%b-%y"