Update Commands & Keybindings in Workspaces README

This commit is contained in:
Foivos Zakkak 2019-10-10 00:14:13 +03:00 committed by Foivos Zakkak
parent 94ce52a70d
commit 11e4e81d79
No known key found for this signature in database
GPG key ID: 0846BFD103F04EA1

View file

@ -70,17 +70,19 @@ Here is a list of available commands, their default keybindings (defined in
in [[../../editor/evil/+commands.el][private/default/+evil-commands.el]]). in [[../../editor/evil/+commands.el][private/default/+evil-commands.el]]).
| command | key / ex command | description | | command | key / ex command | description |
|---------------------------+----------------------------+------------------------------------------------------------| |-----------------------------------+----------------------------+------------------------------------------------------------|
| ~+workspace/new~ | =SPC TAB n= | Create a new, blank workspace | | ~+workspace/new~ | =SPC TAB n= | Create a new, blank workspace |
| ~+workspace/display~ | =SPC TAB TAB= | Display open workspaces in the mode-line | | ~+workspace/display~ | =SPC TAB TAB= | Display open workspaces in the mode-line |
| ~+workspace/load~ | =SPC TAB l= | Load a saved workspace into the current session | | ~+workspace/load~ | =SPC TAB l= | Load a saved workspace into the current session |
| ~doom/quicksave-load~ | =SPC TAB L= / =:sl[oad]= | Replace current session with a saved one | | ~+workspace/restore-last-session~ | =SPC TAB R= | Restore last session |
| ~+workspace/rename~ | =SPC TAB r= | Rename the current workspace |
| ~+workspace/save~ | =SPC TAB s= | Save the current workspace to a file | | ~+workspace/save~ | =SPC TAB s= | Save the current workspace to a file |
| ~doom/quicksave-save~ | =SPC TAB S= / =:ss[ave]= | Save current session |
| ~+workspace/switch-to~ | =SPC TAB .= | Switch to an open workspace | | ~+workspace/switch-to~ | =SPC TAB .= | Switch to an open workspace |
| ~+workspace/other~ | =SPC TAB `= | Switch to last workspace |
| ~+workspace/switch-left~ | =SPC TAB [= / =[ w= / =gT= | Switch to previous workspace | | ~+workspace/switch-left~ | =SPC TAB [= / =[ w= / =gT= | Switch to previous workspace |
| ~+workspace/switch-right~ | =SPC TAB [= / =] w= / =gt= | Switch to next workspace | | ~+workspace/switch-right~ | =SPC TAB ]= / =] w= / =gt= | Switch to next workspace |
| ~+workspace/kill-session~ | =SPC TAB X= / =:sclear= | Clears the current session (kills all windows and buffers) | | ~+workspace/delete~ | =SPC TAB d= | Delete the current workspace |
| ~+workspace/kill-session~ | =SPC TAB x= / =:sclear= | Clears the current session (kills all windows and buffers) |
** API ** API
+ ~+workspace-list~ -> list<Struct> + ~+workspace-list~ -> list<Struct>