From 3f631ddc0afb5d3b26dfc4b59aedc4633ccde85c Mon Sep 17 00:00:00 2001 From: "jakob.stendahl" Date: Tue, 30 Aug 2022 20:34:06 +0200 Subject: Add binaries and fix braille font --- linux/tmux.conf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'linux/tmux.conf') diff --git a/linux/tmux.conf b/linux/tmux.conf index 4ea4670..f0d4733 100644 --- a/linux/tmux.conf +++ b/linux/tmux.conf @@ -1,6 +1,6 @@ # -- general ------------------------------------------------------------------- -#set -g default-terminal "xterm-256color" -set -g default-terminal "screen-256color" +set -g default-terminal "xterm-256color" +#set -g default-terminal "screen-256color" set -as terminal-overrides ",*:U8=0" set -s escape-time 10 # faster command sequences set -s focus-events on @@ -59,6 +59,9 @@ bind-key -T copy-mode-vi Enter send-keys -X copy-pipe-and-cancel 'xclip -se c -i bind-key S-Left swap-window -t -1 bind-key S-Right swap-window -t +1 +bind -n End send-key C-e +bind -n Home send-key C-a + # Bells set -g visual-bell on set -g bell-action any -- cgit v1.2.3