Remove tmux
This commit is contained in:
parent
201d3d71ea
commit
d6d176ad5a
|
@ -1,36 +0,0 @@
|
|||
# screen behaviour
|
||||
unbind C-b
|
||||
set -g prefix C-a
|
||||
unbind C-a
|
||||
bind C-a send-prefix
|
||||
|
||||
# config reload
|
||||
unbind r
|
||||
bind r source-file ~/.tmux.conf
|
||||
|
||||
# more ergonomic splitting
|
||||
unbind |
|
||||
bind | split-window -h
|
||||
|
||||
unbind -
|
||||
bind - split-window -v
|
||||
|
||||
# more ergnomic window numbers
|
||||
set -g base-index 1
|
||||
setw -g pane-base-index 1
|
||||
|
||||
# only set window size when client is attached to the specific window
|
||||
setw -g aggressive-resize on
|
||||
|
||||
# HOWTO copy: PREFIX+[, space, select text, enter, PREFIX+]
|
||||
|
||||
# disable mouse (prevents simple copying)
|
||||
set -g mouse off
|
||||
|
||||
# Fix vim color scheme breaking
|
||||
set -g default-terminal "screen-256color"
|
||||
|
||||
# Lower escape time for smoother usage in vim
|
||||
set -sg escape-time 10
|
||||
|
||||
source-file ~/.tmux/tmuxline.conf
|
|
@ -1,21 +0,0 @@
|
|||
# This tmux statusbar config was created by tmuxline.vim
|
||||
# on Sun, 24 May 2020
|
||||
|
||||
set -g status-justify "left"
|
||||
set -g status "on"
|
||||
set -g status-left-style "none"
|
||||
set -g message-command-style "fg=colour7,bg=colour11"
|
||||
set -g status-right-style "none"
|
||||
set -g pane-active-border-style "fg=colour14"
|
||||
set -g status-style "none,bg=colour0"
|
||||
set -g message-style "fg=colour7,bg=colour11"
|
||||
set -g pane-border-style "fg=colour11"
|
||||
set -g status-right-length "100"
|
||||
set -g status-left-length "100"
|
||||
setw -g window-status-activity-style "none"
|
||||
setw -g window-status-separator ""
|
||||
setw -g window-status-style "none,fg=colour10,bg=colour0"
|
||||
set -g status-left "#[fg=colour15,bg=colour14,bold] #S #[fg=colour14,bg=colour0,nobold,nounderscore,noitalics]"
|
||||
set -g status-right "#[fg=colour11,bg=colour0,nobold,nounderscore,noitalics]#[fg=colour7,bg=colour11] %Y-%m-%d %H:%M #[fg=colour14,bg=colour11,nobold,nounderscore,noitalics]#[fg=colour15,bg=colour14] #h "
|
||||
setw -g window-status-format "#[fg=colour10,bg=colour0] #I #[fg=colour10,bg=colour0] #W "
|
||||
setw -g window-status-current-format "#[fg=colour0,bg=colour11,nobold,nounderscore,noitalics]#[fg=colour7,bg=colour11] #I #[fg=colour7,bg=colour11] #W #[fg=colour11,bg=colour0,nobold,nounderscore,noitalics]"
|
Reference in a new issue