Преглед на файлове

tmux.conf: add keybind for switch sessions

pull/1/head
10sr преди 10 години
родител
ревизия
b47bd26727
променени са 1 файла, в които са добавени 4 реда и са изтрити 2 реда
  1. +4
    -2
      tmux.conf

+ 4
- 2
tmux.conf Целия файл

@@ -6,8 +6,10 @@ if "test -f $HOME/.tmux.conf.local" "source-file $HOME/.tmux.conf.local" \
unbind C-b
set -g prefix C-z
bind C-z send-prefix
bind c command-prompt "new-window '%%'"
bind C-r source-file ~/.tmux.conf \; display-message "Reloaded config !!"
bind C-c command-prompt "new-window '%%'"
bind C-r source-file ~/.tmux.conf \; display-message "Reloaded config !"
bind C-s command-prompt -p "prompt name:" \
"new-session -t '%1'; switch-client -t '%1'"

set -g base-index 1
set -g pane-base-index 1


Зареждане…
Отказ
Запис