Clean dotfiles

This commit is contained in:
Smirnov Alexandr 2021-03-03 18:37:06 +02:00
parent 5c2b55f13c
commit 197750ffa3
32 changed files with 123 additions and 579 deletions

View file

@ -8,9 +8,6 @@ set -g prefix C-a
set -g base-index 1
set -g pane-base-index 1
## History
set -g history-limit 1000
## Mouse support
set -g mouse on
setw -g mouse on
@ -24,13 +21,12 @@ set-option -sa terminal-overrides ",*:Tc"
## HOME/END key support
bind-key -n End send-key C-e
bind-key -n Home send-key C-a
bind-key -n Home send Escape "OH"
bind-key -n End send Escape "OF"
#bind-key -n Home send Escape "OH"
#bind-key -n End send Escape "OF"
## Reload config
bind r source-file ~/.tmux.conf \;
display 'Reloaded tmux config'
bind r source-file ~/.tmux.conf \; display 'Reloaded tmux config'
## Vim keys for change/resize window
bind -r h select-pane -L
@ -44,8 +40,8 @@ bind -r K resize-pane -U 2
bind -r L resize-pane -R 2
## Alternative keys for create window
bind _ split-window -h
bind - split-window -v
bind _ split-window -v
bind - split-window -h
## Change focus on last panel
bind Tab last-window