This website works better with JavaScript.
Home
Explore
Help
Sign In
10sr
/
dotfiles-mirror
mirror of
https://github.com/10sr/dotfiles.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
fix tmux.conf.pl
pull/1/head
10sr
12 years ago
parent
f1e9241e45
commit
b73ccd5eac
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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"});
Write
Preview
Loading…
Cancel
Save