alpha
Login
or
Join now
j3s.sh
/
dotfiles
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
my dotz
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Future-proof tmux config
author
j3s
date
6 years ago
(Dec 11, 2019, 4:25 PM -0600)
commit
0c0510f4
0c0510f4291fe958ea447522b573e1817d85cd7b
parent
01de4e5e
01de4e5eb15d1d2f9480ba4c63b837f18ed8e4d9
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
.tmux.conf
+1
-1
.tmux.conf
Reviewed
···
4
4
set -s escape-time 0
5
5
6
6
# use vim-like keys for splits and windows
7
7
-
bind-key \ split-window -h -c "#{pane_current_path}"
7
7
+
bind-key \\ split-window -h -c "#{pane_current_path}"
8
8
bind-key - split-window -v -c "#{pane_current_path}"
9
9
bind-key h select-pane -L
10
10
bind-key j select-pane -D