10 lines
1.1 KiB
Plaintext
10 lines
1.1 KiB
Plaintext
<p>The most useful keybinding is <code class="language-plaintext highlighter-rouge">C-c w w</code>, or <code class="language-plaintext highlighter-rouge">(+workspace/switch-to)</code>.</p>
|
|
|
|
<p>This command prompts you a list of workspaces to choose from. I use Ivy for autocompletion, so I can type any workspace name. If there is a match, it goes to the workspace. Otherwise it creates a new workspace with the name.</p>
|
|
|
|
<p>Another useful commands is <code class="language-plaintext highlighter-rouge">C-c w d</code>, or <code class="language-plaintext highlighter-rouge">(+workspace/display)</code> which lists the existing workspaces. But I use it less often than <code class="language-plaintext highlighter-rouge">C-c w w</code> because it can show the same list with autocompletion.</p>
|
|
|
|
<p>Finally, you can set up Doom to <a href="https://github.com/hlissner/doom-emacs/issues/314">show workspace name in
|
|
modeline</a>.</p>
|
|
|
|
<p><em>Note: You need to enable <a href="https://github.com/hlissner/doom-emacs/blob/develop/modules/ui/workspaces/README.org">Doom ui:workspaces</a> to get the above working</em>.</p> |