From 05275f9f8bf43676789a68c065fa5f540f821eeb Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Thu, 25 Dec 2014 00:32:26 -0500 Subject: [PATCH] Minor table reformating in documentation --- doc/DOCUMENTATION.md | 37 ++++++++++++++++++------------------- 1 file changed, 18 insertions(+), 19 deletions(-) diff --git a/doc/DOCUMENTATION.md b/doc/DOCUMENTATION.md index b6999f804..7bc8521a6 100644 --- a/doc/DOCUMENTATION.md +++ b/doc/DOCUMENTATION.md @@ -1066,25 +1066,24 @@ remember the last selected directories and buffers, maybe helm can do this ?). Buffer manipulation commands (start with `b`): -Key Binding | Description ------------------------|---------------------------------------------------------------- -SPC b b | switch to alternate buffer (switch back and forth) -SPC TAB | same as `SPC b b` -SPC b d | delete the current buffer **and** file (ask for confirmation) -SPC b e | erase the content of the buffer (ask for confirmation) -SPC b k | kill the current buffer -SPC b K | kill all buffers except the current one -SPC b C-K | kill all buffers matching the regexp -SPC b m h | move a buffer to the left -SPC b m j | move a buffer to the bottom -SPC b m k | move a buffer to the top -SPC b m l | move a buffer to the right -SPC b n | switch to next buffer -SPC b p | switch to previous buffer -SPC b r | rename the current buffer -SPC b R | revert the current buffer (reload from disk) -SPC b s | switch to a buffer using `helm` -SPC b w | toggle read-only (writable state) +Key Binding | Description +------------------------------------------|---------------------------------------------------------------- +SPC b b or SPC TAB | switch to alternate buffer (switch back and forth) +SPC b d | delete the current buffer **and** file (ask for confirmation) +SPC b e | erase the content of the buffer (ask for confirmation) +SPC b k | kill the current buffer +SPC b K | kill all buffers except the current one +SPC b C-K | kill all buffers matching the regexp +SPC b m h | move a buffer to the left +SPC b m j | move a buffer to the bottom +SPC b m k | move a buffer to the top +SPC b m l | move a buffer to the right +SPC b n | switch to next buffer +SPC b p | switch to previous buffer +SPC b r | rename the current buffer +SPC b R | revert the current buffer (reload from disk) +SPC b s | switch to a buffer using `helm` +SPC b w | toggle read-only (writable state) Files manipulation commands (start with `f`):