Add doc for SPC b x and SPC w x

This commit is contained in:
syl20bnr 2018-01-12 23:20:30 -05:00
parent 8be802f8db
commit a7bca298ff
1 changed files with 2 additions and 0 deletions

View File

@ -2102,6 +2102,7 @@ Windows manipulation commands (start with ~w~):
| ~SPC w V~ | vertical split and focus new window |
| ~SPC w w~ | cycle and focus between windows |
| ~SPC w W~ | select window using [[https://github.com/abo-abo/ace-window][ace-window]] |
| ~SPC w x~ | delete a window and its current buffer (does not delete the file) |
**** Window manipulation transient state
A convenient window manipulation transient state allows performing most of the
@ -2186,6 +2187,7 @@ Buffer manipulation commands (start with ~b~):
| ~SPC b s~ | switch to the =*scratch*= buffer (create it if needed) |
| ~SPC b u~ | reopen the most recently killed file buffer |
| ~SPC b w~ | toggle read-only (writable state) |
| ~SPC b x~ | kill the current buffer and window (does not delete the visited file) |
| ~SPC b Y~ | copy whole buffer to clipboard (useful when copying to a browser) |
| ~z f~ | Make current function or comments visible in buffer as much as possible |