trying to fix

This commit is contained in:
Chris Cochrun 2022-01-03 12:41:35 -06:00
parent fa407dfeb6
commit e013d7569e
22945 changed files with 447936 additions and 0 deletions

View file

@ -0,0 +1,10 @@
<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>