Ladeni tmux konfigurace

This commit is contained in:
Martin Blazik
2026-07-23 09:42:01 +02:00
parent a0fe7adb70
commit ec1b2d9eef

View File

@@ -4,14 +4,15 @@
# mkdir -p $HOME/.config/tmux # mkdir -p $HOME/.config/tmux
# curl https://git.fnet.cz/lachtan/get/raw/branch/master/conf/tmux.conf -o $HOME/.config/tmux/tmux.conf # 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
# ~/.tmux.conf # ~/.tmux.conf
# ~/.config/tmux/tmux.conf
# Extended keys (required for pi Shift+Enter etc.) # Extended keys (required for pi Shift+Enter etc.)
set -g extended-keys on set -g extended-keys on
set -g extended-keys-format csi-u # requires tmux >= 3.4
# set -g extended-keys-format csi-u
# Prefix: Ctrl+a (like screen) # Prefix: Ctrl+a (like screen)
unbind C-b unbind C-b