Posts

Showing posts from August 18, 2018

How to get two windows in one Alt + Tab?

Image
Clash Royale CLAN TAG #URR8PPP up vote 0 down vote favorite I'd like to have two (or more) windows (let's assume they are split 50/50) and attach them so that I can, use one Alt + Tab to get to both. For example: Having Chrome and Terminal together. Is this possible? Edit: I wanted to raise and lower more than one window simultaneously. 18.04 application-switcher alt share | improve this question edited Jun 12 at 5:59 asked Jun 10 at 14:34 Shubham Chaudhary 3 3 1 Alt+Tab is a task switcher. Chrome and Terminal are two different tasks, so it is impossible for Alt+Tab to select them together. Plus, how could you click on both windows or tasks at the same time? – Terrance Jun 10 at 15:15 I want to bring more than one application at the top in one step. – Shubham Chaudhary Jun 10 at 17:03 I am having a hard time figuring out what you are trying t...

Is there a way to make the bash auto-complete show a list with line for each entry?

Image
Clash Royale CLAN TAG #URR8PPP up vote 2 down vote favorite when I want to see the content of a dir I use ~/ + Tab and it shows me .bashrc.swp .gitconfig .local/ ... Is there a way to make the results separated by newlines? i.e. .bashrc.swp .gitconfig .local/ ... bash auto-completion share | improve this question edited Jun 10 at 15:53 Thomas 3,090 7 13 25 asked Jun 10 at 14:47 CIsForCookies 142 6 add a comment  |  up vote 2 down vote favorite when I want to see the content of a dir I use ~/ + Tab and it shows me .bashrc.swp .gitconfig .local/ ... Is there a way to make the results separated by newlines? i.e. .bashrc.swp .gitconfig .local/ ... bash auto-completion share | improve this question edited Jun 10 at 15:53 Thomas 3,090 7 13 25 asked Jun 10 at 14:47 CIsForCookies 142 6 add a comment  |  up vote 2 down vo...