Browse Source

tmux.conf: Set renumber-windows off

pull/15/head
10sr 9 years ago
parent
commit
28d1196cd4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tmux.conf

+ 1
- 1
tmux.conf View File

@@ -24,7 +24,7 @@ bind C-o command-prompt -p "session name to switch to:" \

set -g base-index 1
set -g pane-base-index 1
set -g renumber-windows on
set -g renumber-windows off
setw -g mode-keys vi
setw -g mode-mouse off
#set -g default-command /bin/bash


Loading…
Cancel
Save