Tagged Questions
4
votes
1answer
211 views
Can't resize vim splits inside tmux
Everything working fine outside tmux. But in tmux I can't resize vim splits with mouse.
I have set mouse=a in .vimrc enabled. is there's any solution for this?
.tmux.conf:
$ cat ~/.tmux.conf
...
1
vote
1answer
120 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 ...
2
votes
0answers
70 views
tmux - how-to enable automatic switching from 80 to 132 columns and back
Currently in our terminal based accounting system, clients mostly use putty (0.61) and when a report is viewed in the terminal, an escape code is issued that kicks the screen from 80 to 132 columns if ...
2
votes
1answer
94 views
Can tmux and a SSH-client on Windows be more integrated?
I am using tmux on my Debian server and PuTTY on Windows. This works as expected, but sometimes I wish, to have a more Windows like feeling when working via SSH, eg. have separate windows for the ...
1
vote
1answer
1k views
UTF-8 Not Working in PuTTY when using SSH Remote command
So. I am using PuTTY to connect to a remote server that has an irssi client running for me constantly through tmux.
Connecting to the server, and typing "tmux attach" works fine and everything works ...
1
vote
0answers
183 views
Changing puttyTRAY's URL regex in order to match URLs across lines separated by tmux window boundaries
I use puttytray to access a shell account on which I have a tmux instance running. Inside tmux, I have irssi running in a window. When people post long URLs in IRC, however, it's annoying since these ...
