Vyhazeni divnych unicode znaku z tmux.conf
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user