Tagged Questions
1
vote
1answer
70 views
Launch R code from within vim-r-plugin as separate window instead of inside tmux/screen?
I use the vim-r-plugin to write R code in vim. It is a nice plugin and I love that the plugin lets me run code directly from within vim.
However, the R prompt is opened in a console which is ...
12
votes
4answers
2k views
How to get vim to work with tmux properly?
I'm trying to figure out how to get vim and tmux play together.
My problem is:
When I use xterm-256color I get vim to work nicely, but the background doesn't render properly.
I fixed this by using ...
2
votes
1answer
540 views
How do I get the solarized colour scheme working with gnome-terminal, tmux and vim?
There's a lot of questions around this, but it's because there are so many variables. I had to piece together instructions from many sites before I got this working.
First, I could not easily set up ...
3
votes
2answers
200 views
The key codes for Caps Lock, Shift, Left Control and FN key?
Can somebody please provide the key codes for these keys:
Caps Lock
Left Shift
Left Control
Option key
FN
The key code I'm talking about is something along the lines of \<Esc>[200~, although ...
6
votes
2answers
264 views
Copy text from one tmux pane to another (using vim)
I have two files opened in vim, each in one tmux pane. I would like to copy let's say 10 lines from one file to another.
How can I accomplish this not using the mouse's Copy -> Paste ?
5
votes
2answers
1k views
How do I cycle through panes inside a window in tmux like in screen?
I thought Tmux - move window to pane was the same question but it doesn't seem to be.
Coming from using GNU screen regularly, I'm looking for tmux to do the same things. On of the things I do ...
1
vote
1answer
245 views
Can't use mouse properly when running vim in tmux
I'm running VIM in tmux,
When I'm try to select a range of texts in VIM, the mouse kept resetting its position, thus I can only select one line (the last line where mouse occurs).
Does anyone know ...
4
votes
1answer
965 views
Vim not running inside tmux
When I try to open a file using vim inside tmux the whole window freezes. I have to kill the window with C-a &.
Here are my ~/.vimrc settings:
:set autoindent
:set ts=4
:set number
:set ...
4
votes
2answers
346 views
Can I make Tmux tell Vim when its pane loses focus?
I use Vim and Bash side-by-side in Tmux. I have Vim configured to autosave files as I switch between them, but I'd really like it to autosave when I switch to the Bash pane.
Is there a way to get ...
7
votes
3answers
1k views
ESC key causes a small delay in terminal due to its Alt+ behavior
My terminal setup is gnome-terminal + tmux + zsh with vi bindings.
In applications like vim or even in the zsh's command line vi editing mode, I need to frequently hit the ESC key but there is a ...
4
votes
2answers
787 views
Is it possible to run a Vim clientserver instance over SSH+tmux
I've been a vim junkie for a year or so now and I've got some great little tricks burnt in to my memory. I do a lot of development (at the office) in a terminal on Ubuntu.
One of the things I value ...