Browse Source

fix tmux.conf.pl

pull/1/head
10sr 11 years ago
parent
commit
b73ccd5eac
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      tmux.conf.pl

+ 2
- 0
tmux.conf.pl View File

@@ -42,6 +42,8 @@ sub set_key {
}

sub set_prefs {
set("base-index", "1");
set("pane-base-index", "1");
setw("mode-keys", "vi");
set("default-command", "/bin/bash");
set("default-path", $ENV{"HOME"});


Loading…
Cancel
Save