fixed home and end keys
This commit is contained in:
parent
981d54b25b
commit
39520f1c4e
1 changed files with 7 additions and 2 deletions
|
@ -5,14 +5,15 @@ bind C-a send-prefix
|
|||
set -sg escape-time 0
|
||||
|
||||
# Ensure terminal starts with its own colour scheme (helps Vim/Neovim themes to not break)
|
||||
set-option -g default-terminal "xterm-256color"
|
||||
set -g default-terminal "xterm-256color"
|
||||
set-option -g default-terminal "screen-256color"
|
||||
set -g default-terminal "screen-256color"
|
||||
|
||||
#Mouse/Scrollback Tweaks
|
||||
set -g history-limit 100000
|
||||
#setw -g mode-keys vi
|
||||
set-option -g mouse on
|
||||
set -g xterm-keys on
|
||||
set-window-option -g xterm-keys on
|
||||
set-option -g pane-active-border-fg yellow
|
||||
|
||||
#New Keybindings
|
||||
|
@ -51,3 +52,7 @@ set -g set-titles on
|
|||
set -g display-panes-time 800
|
||||
set -g display-time 1000
|
||||
set -g status-interval 10
|
||||
|
||||
# Ensure terminal starts with its own colour scheme (helps Vim/Neovim themes to not break)
|
||||
set-option -g default-terminal "screen-256color"
|
||||
set -g default-terminal "screen-256color"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue