I've using git on mac and I have configured autocompletion as written at http://www.codethatmatters.com/2010/01/git-autocomplete-in-mac-os-x/ It works fine when I do it in pure terminal.
But I prefer to use gnu screen program when working in terminal. And in screen when I press tab noting happen. Maybe someone knows how to fix it.
...
I'm using gnu screen in terminal and I'm quite happy with it. The only thing is that I don't like the default command key binding ctrl+a. I used it from the very beginning but now I understand that I would like to change it to something more comfortable for my hands. There is no problem to change the hotkey, but I have a doubt what key t...
If I type End in non-screen environment of my zsh console - it will move me to the end of line.
But if I do the same in zsh behind screen then it will just upper case following word..
How can I make those movements behave the same in screen environment too?
...
I want to write a bash script that opens multiple screens and detaches them. So at the end you'll have a few screens open each running a different command.
Similar to ssh:
ssh DESTINATION "command 1; command 2;"
my idea was to write something like this:
screen -S name1 "command1"
screen -S name2 "command2"
...
But this doesn't wo...
I have three monitors.
I normally run one maximized xterm on each monitor, attached to the same GNU screen session.
Can a similar model be used for vim? Is it possible to have three vims running, all sharing the same "vim session":
Each vim window showing a different vim tab
vim settings shared between all windows
Not getting the "S...