Tagged Questions
1
vote
1answer
16 views
ZSH Quote escaping and expansion
I am trying to run tmux, passing several commands at once, and I'm unable to properly quote the string.
The command succeeds when manually entered on the command line:
~% /usr/local/bin/tmux ...
1
vote
2answers
137 views
vim backgroundcolor in tmux - how to force zsh to use screen instead of xterm in tmux
I am having the same problem like the questioner in 256 color support for vim background in tmux.
In my normal terminal with zsh, I have no background color issues in vim, but when I run it inside ...
1
vote
1answer
118 views
In tmux, arrow and ctrl+arrow both result in the same code
Ubuntu 12.10, TERM is set to screen-256color in putty and tmux.conf, confirmed when I export both in and out of a tmux session.
If I run cat > /dev/null and then press <down> then ...
0
votes
1answer
109 views
Weird distance between margin and cursor (iTerm2 + tmux)
I'm running iTerm 2 on 10.8 and I've installed zsh with oh-my-zsh and tmux (both from homebrew). When running zsh in iTerm it's all good, however, as soon as I run tmux, there is this weird distance ...
2
votes
1answer
53 views
Keep tmux title from `fg` to original jobname
I'm using Eevee's .zshrc/.tmux.conf.
When I'm running a vim session, and I do Ctrl+z and then ⚘ fg, then it changes my tmux pane title to fg. I'd rather it change back to vim whatever.txt, or ...
2
votes
1answer
124 views
Is it possible to have zsh+keychain+tmux not ask for keys?
I'm using tmux and zsh, and I've recently been learning about ssh-agent and keychain. From the manpage for zsh, it says that it will source .zlogin only if the shell is, well, a login shell.
...
1
vote
2answers
229 views
Why doesn't tmux respond to shortcuts properly?
I'm using OSX 10.8.1 in combination with iTerm2, zsh and tmux via Homebrew.
The beginning of my ~/.tmux.conf file looks like this:
set -g prefix C-a
unbind C-b
bind-key a send-prefix
set -sg ...
1
vote
1answer
326 views
Tmux + urxvt ghost activity notifications
Im using tmux on urxvt, I have activity monitoring turned on and i noticed that all tmux windows get an activity notification after every 10~15 seconds, when i switch to that window there is nothing. ...
3
votes
2answers
437 views
How do I get searching through my command history working with tmux and zshell?
I use zshell and am trying out tmux.
In shell if I hit control-R, it fires off bck-i-search and I can begin typing to match commands previously entered. When in tmux, control-R appears to do nothing. ...
10
votes
1answer
3k views
Tmux and ZSH custom prompt : bug with window name
I have customized my ZSH prompt with oh-my-zsh to make it more readable and add information about git if I'm in a repository.
Example :
bob@inf [~/docs] %
bob@inf [~/src/nicest] master % (in a git ...
17
votes
4answers
7k views
How can I make tmux use my default shell?
On a new setup, tmux is using bash instead of my default (zsh).
How can I force it to use zsh?
1
vote
1answer
572 views
Is there a way to launch a command within a proper zsh shell? [duplicate]
Possible Duplicate:
invoke zsh, having it run a command, and then enter interactive mode instead of exiting
I'm not really clear with my question here, let me rephrase it :
I've setup a ...