Tagged Questions

5
votes
2answers
163 views

How can I make window movement commands ignore a certain window?

So I generally have 3 buffers open in Emacs. One buffer for the actual code I am writing. One buffer for the unit test for said code. A third buffer that displays the results of the unit test. This ...