From 96dfaf81b8b49a58698172ef33673d7eea175f4c Mon Sep 17 00:00:00 2001 From: Vasilij Schneidermann Date: Sun, 2 Mar 2014 22:24:21 +0100 Subject: [PATCH] Write Usage --- README.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.rst b/README.rst index 91b1555..1f8df0c 100644 --- a/README.rst +++ b/README.rst @@ -23,6 +23,29 @@ good to go. Installation via MELPA will be supported eventually, too. Usage ----- +Use ``M-x eyebrowse-mode`` to enable ``eyebrowse`` interactively. If +you want to enable it automatically on startup, add ``(eyebrowse-mode +t)`` to your init file (either ``~/.emacs`` or +``~/.emacs.d/init.el``). + +The default key bindings are: + +============= ================================ +Key bind Function +============= ================================ +``C-c C-' <`` Switch to previous window config +``C-c C-' >`` Switch to next window config +``C-c C-' \` +`` Close current window config +``C-c C-' '`` Switch to last window config +``C-c C-' 0`` Switch to window config ``0`` +\... ... +``C-c C-' 9`` Switch to window config ``9`` +============= ================================ + +Further Customization +--------------------- + Name ----