addet some tweaks
This commit is contained in:
parent
01898f5cbf
commit
7dc0d3133a
1 changed files with 10 additions and 5 deletions
|
@ -5,6 +5,8 @@
|
||||||
# ─< Enable 256 color support for tmux >──────────────────────────────────────────────────
|
# ─< Enable 256 color support for tmux >──────────────────────────────────────────────────
|
||||||
set-option -sa terminal-overrides ",xterm-256color*:Tc"
|
set-option -sa terminal-overrides ",xterm-256color*:Tc"
|
||||||
|
|
||||||
|
set -s escape-time 3
|
||||||
|
|
||||||
# ─< Enable mouse support (for scrolling, resizing, etc.) >───────────────────────────────
|
# ─< Enable mouse support (for scrolling, resizing, etc.) >───────────────────────────────
|
||||||
set -g mouse on
|
set -g mouse on
|
||||||
|
|
||||||
|
@ -15,9 +17,12 @@ unbind C-b
|
||||||
set -g prefix C-Space
|
set -g prefix C-Space
|
||||||
bind C-Space send-prefix
|
bind C-Space send-prefix
|
||||||
bind h copy-mode
|
bind h copy-mode
|
||||||
|
|
||||||
|
set -g status-keys vi
|
||||||
|
# ─< set v for starting selection in copy mode >──────────────────────────────────────────
|
||||||
bind -T copy-mode-vi v send -X begin-selection
|
bind -T copy-mode-vi v send -X begin-selection
|
||||||
|
|
||||||
# Reload tmux configuration without restarting tmux
|
# ─< Reload tmux configuration without restarting tmux >──────────────────────────────────
|
||||||
bind r source-file ~/.tmux.conf \; display-message "Config reloaded!"
|
bind r source-file ~/.tmux.conf \; display-message "Config reloaded!"
|
||||||
|
|
||||||
# ─< Use C-h and C-l to switch between panes >────────────────────────────────────────────
|
# ─< Use C-h and C-l to switch between panes >────────────────────────────────────────────
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue