diff options
Diffstat (limited to 'linux')
-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 |