Sha256: dcd32c3d5e1877b90c6eec9ac525328f310a63a9cd35308b986c2618358a9cc8

Contents?: true

Size: 561 Bytes

Versions: 21

Compression:

Stored size: 561 Bytes

Contents

# Copy this file to ~/.lrd-dev-tmux.conf
# Then you'll be able to use
# Ctrl-b Ctrl-r to restart a dead service
# Ctrl-b Ctrl-Shift-R to restart everything
# Ctrl-b Ctrl-x to kill the session (with confirmation!)

bind C-r respawn-pane
bind C-R respawn-window -k
bind-key C-x confirm-before -p "kill-session? (y/n)" kill-session

# Some people prefer Ctrl-a as a prefix (it's less of a stretch than Ctrl-b)
# If you want to try that, uncomment these lines:
#
#set-option -g prefix C-a
#unbind-key C-b
#bind-key -r a send-prefix
#bind-key C-a select-window -t !

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
xing-framework-0.0.2 default_configuration/base_app/example-lrd-dev-tmux.conf