aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAdriean Khisbe <adriean.khisbe@live.fr>2014-06-28 12:00:59 +0200
committerAdriean Khisbe <adriean.khisbe@live.fr>2014-06-28 12:00:59 +0200
commitc4481f904505b5c9dd7e29dddb7cfdae7f0cc031 (patch)
tree451af166e632ba6788fffdc3518861060c661d83 /README.md
parenta67274005584abd093218846d5e4576fd7c5343e (diff)
Add some description of commands in Readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/README.md b/README.md
index a2feeac..0be22d7 100644
--- a/README.md
+++ b/README.md
@@ -26,12 +26,12 @@ To activate perspective use `(persp-mode)`.
Commands are all prefixed by `C-x x`. Here are the main commands:
### Key -- Command
-- `s` -- `persp-switch`:
-- `k` -- `persp-remove-buffer`
-- `c` -- `persp-kill`
-- `r` -- `persp-rename`
-- `a` -- `persp-add-buffer`
-- `A` -- `persp-set-buffer`
-- `i` -- `persp-import`
-- `n`, `<right>` -- `persp-next`
-- `p`, `<left>` -- `persp-prev`
+- `s` -- `persp-switch`: Query a perspective to switch or create
+- `k` -- `persp-remove-buffer`: Query a buffer to remove from current perspective
+- `c` -- `persp-kill` : Query a perspective to kill
+- `r` -- `persp-rename`: Rename current perspective
+- `a` -- `persp-add-buffer`: Querry an open buffer to add to current perspective
+- `A` -- `persp-set-buffer`: Add buffer to current perspective and remove it from all others
+- `i` -- `persp-import`: Import a given perspective from another frame.
+- `n`, `<right>` -- `persp-next` : Switch to next perspective
+- `p`, `<left>` -- `persp-prev`: Switch to previous perspective