diff options
Diffstat (limited to '.tmux.conf')
-rw-r--r-- | .tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ # modify the prefix unbind ^b -set -g prefix 'C-a' +set -g prefix 'M-`' # swtich between pane bind h select-pane -L |