Skip to main content

All Questions

Tagged with
0 votes
0 answers
517 views

How to enable <Ctrl+Backspace> with Tmux, Neovim and Alacritty to delete the previous word?

I use the alacritty terminal, and neovim editor with tmux. At first Ctrl+Backspace (for deleting a previous) wasn't working at all in the terminal. So added the following line to alacritty.yml: ...
an4s911's user avatar
  • 131
-1 votes
1 answer
81 views

Mouse events not working in Vim on Debian?

If I click on a line, I can see "19m" or "18m" etc. show up in the bottom right of the screen. If I scroll, nothing happens, but shift+click&drag works. set encoding=utf8 ...
John P's user avatar
  • 65
1 vote
1 answer
511 views

use vim navigation and search commands in tmux terminal view mode

Is there a way to use vim in tmux terminal output? For example, I want to use 500j to move 500 lines up instead of manually scrolling in vim using Ctrl+a +[
Origami's user avatar
  • 21
0 votes
1 answer
271 views

How to pipe output of tmux pane to vim/neovim?

I have neovim open in one pane, and I have ipython open in another pane. I have set up keymappings which allow me to send keys or to paste my buffer in my ipython pane without leaving neovim. I'm ...
Al-Baraa El-Hag's user avatar
0 votes
1 answer
47 views

Vim autocomplete line inside tmux split

Using vim inside tmux, I would like to bring up the autocomplete line suggestions (normally done via C-x C-l). I however have the following .tmux config which uses C-l as a navigation key between ...
Mihai Galos's user avatar
0 votes
1 answer
121 views

Why I had to change my tmux vim regexp recognition?

As many people, I have several lines of tmux config copied from somewhere else. One of them is the "detect if is VIM window" one. No matter ho much I find, I always find the same set of ...
Danielo515's user avatar
1 vote
0 answers
133 views

tmux send-keys to vim has no effect when used with swap-pane

I have a tmux window with 2 panes (pane-ids: 0 and 1). In the pane 0 there is vim launched. I want to fire a combination of two commands from tmux command-prompt: :send-keys -t 0 "iabc" ; ...
bloody's user avatar
  • 117
1 vote
0 answers
642 views

Ubuntu: vim gruvbox looks like completely different in tmux

I am a beginner of using tmux and am trying to get vim and tmux working together properly. I am using Ubuntu 20.04 LTS, vim 8.1.3741, tmux 3.0a. All was well until I entered vim inside of a tmux ...
luckuisha's user avatar
-3 votes
1 answer
117 views

How to import tmux setting for vim to normal vim?

When using tmux my color/font/syntax highliting in VIM gets improved. How can i import that red/yellow/white combination of color in .vimrc file. I want that. VIM ON TMUX: AND THIS IS MY NORMAL UGLY ...
Machine Yadav's user avatar
0 votes
3 answers
740 views

Creating vimrc breaks vim

I'm currently logged into a server via ssh with ssh -Y and running a tmux session. If I start vim and run :colorscheme elflord the color scheme is changed. (Although the colors are not exactly what I ...
user3728501's user avatar
0 votes
1 answer
32 views

Converting colo schemes to different applications

Do you know about Project Dracula? https://draculatheme.com/ Dracula is a project where a initially zsh color theme is ported to over 100 different applications. I love this project, i think it's a ...
Ton Machielsen's user avatar
0 votes
1 answer
118 views

Vim and Tmux doens't fit with each other

My colors breaks on tmux and i tried almost everything i could find on the web, NONE of them should actualy solve this problem. This is my colors inside tmux im using the default vim theme but all ...
David Ferrari's user avatar
0 votes
1 answer
2k views

How can I synchronize the clipboard of terminal applications on a server without X?

On machines with X server, I've used the selection clipboard to synchronize copy/paste across GUI and terminal programs. Now I have a server without X where I'd like to synchronize copy/paste across ...
danijar's user avatar
  • 1,473
1 vote
0 answers
269 views

Weird '?' characters all over inside vim editor in tmux session

So I am excited to use WSL feature of Windows 10 and I choose Ubuntu distribution. I installed vim version 8.0 and tmux version 2.6. However to my frustration, when I use vim inside tmux session, all ...
babang-parhusip's user avatar
2 votes
1 answer
402 views

How to keep heading tab when copy-paste in tmux

Follow below tips Copy text from one tmux pane to another (using vim) Seems all the heading tab will be replaced by space during copy-paste, I want to know is any tips to keep all the heading tab.
Qi Zhang's user avatar

15 30 50 per page
1
2 3 4 5