diff options
author | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2022-08-30 20:34:06 +0200 |
---|---|---|
committer | jakobst1n <jakob.stendahl@outlook.com> | 2022-08-30 20:34:06 +0200 |
commit | 3f631ddc0afb5d3b26dfc4b59aedc4633ccde85c (patch) | |
tree | 1fccd6f26512342f078afcabbdf500d169a06b19 /linux/tmux.conf | |
parent | 64d19effcc7aa1db2f134130484aa68cddd6ecd6 (diff) | |
download | dotfiles-3f631ddc0afb5d3b26dfc4b59aedc4633ccde85c.tar.gz dotfiles-3f631ddc0afb5d3b26dfc4b59aedc4633ccde85c.zip |
Add binaries and fix braille font
Diffstat (limited to 'linux/tmux.conf')
-rw-r--r-- | linux/tmux.conf | 7 |
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 |