dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit cefa44104b23ac2f0867e294af4cdb4948d0328a
parent 25d85dd82cc1516f8abeff388a74252f6d9e4cdf
Author: pyratebeard <root@pyratebeard.net>
Date:   Mon, 17 Jul 2017 12:42:09 +0100

modifed prefix to M-backtick

Diffstat:
Mtmux/.tmux.conf | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf @@ -13,8 +13,8 @@ # Change prefix to backtick unbind C-b -set-option -g prefix ` -bind ` send-prefix +set-option -g prefix M-` +bind M-` send-prefix # Shell set -g default-command /usr/bin/zsh