added headers, fixed minor stuff

This commit is contained in:
id101010
2016-10-15 16:58:29 +02:00
parent 3dee83aede
commit a891114458
4 changed files with 102 additions and 46 deletions

View File

@@ -1,6 +1,16 @@
##
## Basic Options
##
#################################
# _ #
# | | #
# | |_ _ __ ___ _ ___ __ #
# | __| '_ ` _ \| | | \ \/ / #
# | |_| | | | | | |_| |> < #
# \__|_| |_| |_|\__,_/_/\_\ #
# #
#################################
#################################
# Basic Options #
#################################
set -g prefix ^a
set -g status-keys vi
@@ -14,9 +24,10 @@ set quiet off
# Fix terminal name issues
set -s escape-time 1
##
## Key bindings
##
#################################
# Key bindings #
#################################
# Reload configuration
bind r source-file ~/.tmux.conf
@@ -48,11 +59,9 @@ bind L resize-pane -R 5
bind q kill-window
bind Q kill-session
##
## Appearance
##
#
#################################
# Statusline #
#################################
set -g status-justify "left"
set -g status "on"
@@ -60,7 +69,7 @@ set -g status-left-style "none"
set -g message-command-style "fg=colour144,bg=colour237"
set -g status-right-style "none"
set -g pane-active-border-style "fg=colour27"
set -g status-utf8 "on"
#set -g status-utf8 "on"
set -g status-style "bg=colour234,none"
set -g message-style "fg=colour144,bg=colour237"
set -g pane-border-style "fg=colour237"