Tag Archives: tmux

and issues on vim with $TERM=”screen”

Because of tmux I run with $TERM=”screen” instead of my regular rxvt-unicode, but I had a big issue with VIM because of this, it kept writing and F\n and H\n each time I pressed and keys respectively. I finally found the way to solve this, making VIM use $TERM=”xterm” internally writing this on my ~/.vimrc: [...]

Moving from Screen to Tmux

I’ve been a long-time user of GNU Screen, as almost every person I know that spend a lot of time in a terminal. I must admit I was happy, I really was. I was used to my workflow with 4 terminals 8×25 and a bunch of screens, with several nested-screens. I used awesome-wm before, so [...]