aboutsummaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorjakob.stendahl <jakob.stendahl@infomedia.dk>2022-08-30 20:34:06 +0200
committerjakobst1n <jakob.stendahl@outlook.com>2022-08-30 20:34:06 +0200
commit3f631ddc0afb5d3b26dfc4b59aedc4633ccde85c (patch)
tree1fccd6f26512342f078afcabbdf500d169a06b19 /linux
parent64d19effcc7aa1db2f134130484aa68cddd6ecd6 (diff)
downloaddotfiles-3f631ddc0afb5d3b26dfc4b59aedc4633ccde85c.tar.gz
dotfiles-3f631ddc0afb5d3b26dfc4b59aedc4633ccde85c.zip
Add binaries and fix braille font
Diffstat (limited to 'linux')
-rw-r--r--linux/tmux.conf7
1 files changed, 5 insertions, 2 deletions
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