From 258e2d4071078668afc31d78f3a84066d2b78d42 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Tue, 6 Jun 2017 13:53:13 -0400 Subject: Use C-space as tmux prefix In an attempt to be layout agnostic. --- .tmux.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.tmux.conf') diff --git a/.tmux.conf b/.tmux.conf index b47a8414..46e9130a 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -5,14 +5,14 @@ set -g terminal-overrides "linux:cnorm=\e[?25h\e[?8c" # cvvis set -g escape-time 0 unbind C-b -set -g prefix C-e -bind e send-prefix +set -g prefix C-space +bind space send-prefix bind t new-window -c '#{pane_current_path}' bind s split-window -v -c '#{pane_current_path}' bind v split-window -h -c '#{pane_current_path}' -bind C-e last-window +bind C-space last-window bind C-w last-pane bind h previous-window bind l next-window -- cgit 1.4.1 td>
summary refs log tree commit diff
path: root/doc/zlib/inflateCopy.3 (unfollow)
Commit message (Expand)Author
2022-06-02Add initial working version of qfJune McEnroe
2022-05-29Set prompt for okshJune McEnroe