Browse Source

Update tmux.conf

master
10sr 2 years ago
parent
commit
63f1f9ed7b
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      tmux.conf

+ 2
- 1
tmux.conf View File

@@ -23,11 +23,12 @@ bind w choose-tree -GZ

set -g base-index 1
set -g pane-base-index 1
set -g renumber-windows off
set -g renumber-windows on
set -g history-limit 10000
setw -g mode-keys vi
#setw -g mode-mouse off
#set -g default-command /bin/bash
# Use C-z x to kill window
set -g default-command "while true; do /bin/bash -l; done"

# Use pasteboard on MacOS


Loading…
Cancel
Save