Merge branch 'master' of github.com:vsviridov/dotfiles
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
[user]
|
[user]
|
||||||
name = Vasili Sviridov
|
name = Vasili Svirydau
|
||||||
email = vasili@sviridov.ca
|
email = vasili.svirydau@move.com
|
||||||
|
|
||||||
|
[push]
|
||||||
|
default = simple
|
||||||
|
|||||||
21
tmux.conf
21
tmux.conf
@@ -1,6 +1,6 @@
|
|||||||
set -g default-terminal "screen-256color"
|
set -g default-terminal "screen-256color"
|
||||||
set -g base-index 1
|
set -g base-index 1
|
||||||
set -g pane-base-index 1
|
if-shell '[ "$(tmux -V | awk '{print $2*10}')" -ge 17 ]' 'set -g pane-base-index 1'
|
||||||
set -g set-titles on
|
set -g set-titles on
|
||||||
set -g status-keys vi
|
set -g status-keys vi
|
||||||
# Faster Command Sequences
|
# Faster Command Sequences
|
||||||
@@ -23,4 +23,21 @@ setw -g automatic-rename on
|
|||||||
setw -g monitor-activity on
|
setw -g monitor-activity on
|
||||||
setw -g aggressive-resize on
|
setw -g aggressive-resize on
|
||||||
# allow mouse to enter copy mode and initiate selection
|
# allow mouse to enter copy mode and initiate selection
|
||||||
setw -g mode-mouse on
|
setw -g mode-mouse on
|
||||||
|
|
||||||
|
unbind C-a
|
||||||
|
unbind C-b
|
||||||
|
|
||||||
|
set -g prefix C-a
|
||||||
|
bind-key C-a last-window
|
||||||
|
|
||||||
|
set -g terminal-overrides 'xterm*:smcup@:rmcup@' # enable native xterm scrolling where available
|
||||||
|
|
||||||
|
bind a send-key C-a
|
||||||
|
|
||||||
|
set -g xterm-keys on
|
||||||
|
|
||||||
|
bind | split-window -h # split horiz
|
||||||
|
bind _ split-window -v # split vert
|
||||||
|
|
||||||
|
bind A command-prompt "rename-window '%%'"
|
||||||
|
|||||||
Reference in New Issue
Block a user