initial commit
This commit is contained in:
commit
cfd42bfe7d
8 changed files with 1274 additions and 0 deletions
15
tmux/.tmux.conf
Normal file
15
tmux/.tmux.conf
Normal file
|
@ -0,0 +1,15 @@
|
|||
# use ctrl-a instead of ctrl-b
|
||||
unbind C-b
|
||||
set -g prefix C-a
|
||||
bind C-a send-prefix
|
||||
|
||||
# start counting at 1 instead of 0
|
||||
set -g base-index 1
|
||||
setw -g pane-base-index 1
|
||||
|
||||
# fix fancy colors
|
||||
set -g default-terminal "tmux-256color"
|
||||
|
||||
# powerline!
|
||||
source /usr/share/powerline/bindings/tmux/powerline.conf
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue