Explorar el Código

update tmux.conf

pull/1/head
10sr hace 12 años
padre
commit
c140eb296e
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. +3
    -1
      tmux.conf

+ 3
- 1
tmux.conf Ver fichero

@@ -5,14 +5,16 @@ set -g prefix C-z
bind-key C-z send-prefix
bind-key c command-prompt "new-window '%%'"

setw -g mode-keys vi
set -g base-index 1
set -g pane-base-index 1

setw -g mode-keys vi
set -g default-command /bin/bash
#set -g default-terminal screen-256color
#set -g default-terminal screen-16color
set default-path "${HOME}" # not work as i expected
set -g set-titles on
set -g display-panes-time 5000

#set -g status-left ""
#set -g status-right "#H | %a, %d %b %Y %T %z #(tmux -V)"


Cargando…
Cancelar
Guardar