6

In emacs it is possible to switch buffers by typing Ctrl-X B and you can start typing the name of another buffer, and as you type you can auto-complete the name of buffers which match what you have typed.

In Windows there is a script for AutoHotKeys called iswitchw which emulates the behaviour of emacs but instead of switching between the buffers in emacs, it allows you to switch between Windows (based on the title of the Window).

Is there any similar tool which allows the user to switch between Windows in Ubuntu/unity?

MadMike
  • 4,244
  • 8
  • 28
  • 50
Bob
  • 63
  • 4

2 Answers2

3

I had been searching for a similar functionality ever since I found the application Switcheroo for Windows that does this same thing. I finally found such a application for Linux, it's called Rofi, it's a window switcher, application launcher and dmenu replacement. Once you bind a keyboard shortcut to the window launcher mode command of Rofi, you can quickly call it with a keyboard shortcut and start typing a windows name or the name of the application that window belons to and then switch to it.

Ghos3t
  • 138
3

Yes, see How do I enable the "Scale Window Title Filter" in Compiz on 12.04?.

You can then use Window Key-W and start typing to get that effect.

user158112
  • 46
  • 2
  • But I don't have a Windows key... something to do with a sticker with a Linux penguin on it :D – Wilf Jan 29 '14 at 11:11