Fork me on GitHub
#spacemacs
<
2018-02-12
>
jeff.terrell14:02:56

I'm noticing that, in org-mode, TAB (bound to org-cycle to expand/collapse headings) counts as a repeat-worthy command, thus interfering with my . (`evil-repeat`) command. Is there a way to prevent TAB from being repeatable in that sense?

jeff.terrell15:02:08

TIL two ways to avoid clobbering my default register when yanking or deleting text in Vim/Spacemacs: 1. Use the "black hole" register, "_, on the second yank/delete, to avoid affecting registers. 2. Use the "2 numbered register on the paste to paste not the default content but the previously yanked/deleted content. Also, SPC r e in Spacemacs and :reg in vim will show the current contents of the registers.

chris15:02:59

SPC r y also shows the kill-ring

vuuvi15:02:30

I used spc r y

jeff.terrell15:02:54

Nice, I love it. Thanks for the tip y'all. 👍

pablore18:02:45

If I have to screen in a vertical split, how do I move them so they are in a horizontal split?

ag18:02:15

spc w H

pablore18:02:26

it was spc w J, but thanks anyway

ag22:02:27

oh yeah, I was answering from my phone, the one I said is for the other way around