diff options
author | Urbain Vaes <urbain@vaes.uk> | 2018-12-22 13:19:24 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2018-12-22 13:19:24 +0100 |
commit | fe9f7f011e91fa4cf2bfecbf408688d4223f437d (patch) | |
tree | 4a05ccc8da7aa470cfb06e53cea1e6989463d03c /tmux | |
parent | ee96831c8b9ec7c5a77466f888e792d0f43103d5 (diff) |
Add generalized motion
Diffstat (limited to 'tmux')
-rw-r--r-- | tmux/.tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index e250d1e..c268025 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -3,6 +3,7 @@ unbind r bind r source-file ~/.tmux.conf bind s send-prefix +bind C-s send-prefix bind C-n next-window bind C-p previous-window bind -n C-Left previous-window |