Fork me on GitHub
#spacemacs
<
2017-05-31
>
Sam H09:05:01

@achikin SPC tab is nice for alternating between previous buffers

achikin09:05:18

@shan, that’s great, thank you!

reefersleep12:05:32

@achikin and if you get lost in your buffers and just want to return to a previous buffer window state, try winner-undo SPC w u (and winner-redo, SPC U, if you want to go the other direction)

reefersleep12:05:41

I use it way more than I should

reefersleep12:05:34

But then, weird stuff happens when using certain layers/plugins, like opening and closing magit. Buffers are hidden and rearranged beyond my will. In those cases, winnder-undo is a good way go regain your bearings 🙂

achikin12:05:14

@reefersleep thank you, that’s super helpful, sometimes I press ESC ESC ESC and it closes all my windows except for that I was trying to close 🙂

reefersleep12:05:02

hahaha 😄 np

reefersleep12:05:44

How do you use negative lookbehind in an evil mode regex search, such as described here? http://ssiaf.blogspot.dk/2009/07/negative-lookbehind-in-vim.html

reefersleep12:05:13

Doesn't work for me. Is it something to do with \ having differing meanings in emacs and vim?