mod. 20-04

This commit is contained in:
rob 2024-04-22 01:17:30 -04:00
parent 0991999703
commit 3c0c48b5f2
1 changed files with 16 additions and 4 deletions

View File

@ -1,15 +1,24 @@
# config. tmux-basic
# Recargar modificaciones
bind r source-file ~/.tmux.conf
bind r source-file ~/.tmux.conf \; display "~/.tmux.conf configurado"
# utf-8
setw -q -g utf8 on
# Modo vi
setw -g mode-keys vi
set -g status-keys vi
set-window-option -g mode-keys vi
# screen mode
set -g default-terminal "screen-256color"
# Soporte de mouse
set -g mouse on
# Inicio desde la ventana 1
set -g base-index 1
# Inicio desde pane 1
set -g pane-base-index 1
# Comandos split
bind - split-window -h
@ -17,8 +26,11 @@ bind | split-window -v
unbind '"'
unbind %
# screen mode
set -g default-terminal "st-256color"
# Barra de estado - colors
set -g status-position bottom
set -g status-position top
set -g status-bg colour16
set -g status-fg colour10
set -g status-left ''