This commit is contained in:
Sergei Akhmatdinov 2019-11-09 18:50:03 -05:00
parent 58f7b6f7ea
commit f83e08b05f
11 changed files with 42 additions and 10 deletions

32
tmux/.tmux.conf Normal file
View File

@ -0,0 +1,32 @@
# sane prefix
unbind C-b
set -g prefix C-a
bind C-a send-prefix
# split panes using | and -
bind | split-window -h
bind - split-window -v
unbind '"'
unbind %
# reload config file (change file location to your the tmux.conf you want to use)
bind r source-file ~/.tmux.conf
# switch panes using Alt-arrow without prefix
bind -n M-Left select-pane -L
bind -n M-Right select-pane -R
bind -n M-Up select-pane -U
bind -n M-Down select-pane -D
# Enable mouse control (clickable windows, panes, resizable panes)
#set -g mouse on
set -g status-justify left
set -g status-fg white
set -g status-bg blue
set -g status-interval 2
# Vim stuff
set-option -sg escape-time 10
set-option -g default-terminal "screen-256color"
set-option -sa terminal-overrides ',xterm-256color:RGB'

@ -1 +1 @@
Subproject commit a486aa1d24294c5b14c8b2763a3b5ffdc39d0739 Subproject commit db6b1b5ecc17558f87f55b159f90ebf36677b6b3

@ -1 +1 @@
Subproject commit 70a11ee67f3c4353e48aad69812c34b5c8489f07 Subproject commit ff09a7ab58e5271053c59825895d607316657023

@ -1 +1 @@
Subproject commit ab11b74be4b0c9fac88d95f0f563d0dc0cb06ed3 Subproject commit dceb5d09cdb0d3158a3f79e59eb3c16ffe242d6b

@ -1 +1 @@
Subproject commit 359a80e3a34aacbd5257713b6a88aa085337166f Subproject commit bce6588d2422df75ca0091edac48aa9f87f163e5

@ -1 +1 @@
Subproject commit c9ab296e856bed4e694180efb6ffb692cf18ed8f Subproject commit 53bd3279da783cd5c1b1fafb4ff31077e81b6333

@ -1 +1 @@
Subproject commit 2d639b70e73ecf3f62884a578fe5e5937e6d8a92 Subproject commit fec3e57ad23e4c268d07181d6afb858925b647a1

@ -1 +1 @@
Subproject commit 8fcb1af27772174df5446d49de29052cac47e46f Subproject commit 81caad80107abb9c2f5159e02e2cd95876370bec

@ -1 +1 @@
Subproject commit e066a0999e442d9d96f24ad9d203b1bd030ef72e Subproject commit a35d8ffe59e1ff7408bce67ce3301d3b04c7f7b6

@ -1 +1 @@
Subproject commit 1725c13add66c6981d9406f109dcd64dff5fbf59 Subproject commit af20a9fcfff9b5277fc8482e802c4dec291ea589

@ -1 +1 @@
Subproject commit 2609c9b054b562b6bf46936f3e80a25042c5d572 Subproject commit 6ab4dc7dd012e23adee74ef4596ad3e9659a20c7