changed send-prefix in tmux

master
Daniel Nägele 11 years ago
parent 069c833646
commit 58151a025b
  1. 4
      tmux.conf

@ -10,8 +10,8 @@ set -g alternate-screen on
# command prefix # command prefix
unbind C-b unbind C-b
set -g prefix C-a set -g prefix C-a
bind a send-prefix bind C-a send-prefix
bind-key C-a last-window bind-key a last-window
# basic settings # basic settings
set -g history-limit 30000 set -g history-limit 30000

Loading…
Cancel
Save