From 4a584b0799c6599aab179279083940e85dfaeddf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janko=20Marohni=C4=87?= Date: Thu, 4 Sep 2014 14:02:40 +0200 Subject: [PATCH] Add descriptions for `C-p` and `C-n` bindings Fixes #6 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b140167..acff078 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,10 @@ Inspired by [vim-sensible](https://github.com/tpope/vim-sensible). bind C-p previous-window bind C-n next-window +Above bindings enhance the default `prefix + p` and `prefix + n` bindings by +allowing you to hold `Ctrl` and repeat `a + p`/`a + n` (if your prefix is +`C-a`), which is a lot quicker. + # source .tmux.conf as suggested in `man tmux` bind R source-file '~/.tmux.conf'