1
0
Fork 0

nvim: remove lualine, colors; tmux: default status line

This commit is contained in:
Von Random 2023-10-06 03:34:46 +03:00
parent 9827fe645b
commit 96f5ae8595
2 changed files with 4 additions and 14 deletions

View file

@ -1,5 +1,5 @@
unbind C-b
bind C-g send-prefix
bind C-t send-prefix
bind v split-window -h
bind s split-window -v
bind h select-pane -L
@ -9,7 +9,7 @@ bind l select-pane -R
bind t command-prompt -p "attach pane to:" "join-pane -t '%%'"
bind y command-prompt break-pane
bind N new-session
set -g prefix C-g
set -g prefix C-t
set -g mode-keys "vi"
set -g escape-time "0"
set -g history-limit "10000"
@ -35,7 +35,6 @@ set -g message-style "bg=blue,fg=white"
set -g message-command-style "bg=red,fg=white"
set -g status on
set -g status-style "fg=black,bg=white"
set -g status-format[0] "#[fg=brightred,bg=black,italics] #h[#S] #[default]\ue0b0 #{W: #I:#W ,#[reverse] #I:#W #[noreverse]} #[align=right]\ue0b2#[reverse] %a %e %k:%M "
set -g status-interval 2
set -g status-position "bottom"
set -g status-justify "left"