Skip to main content

New answers tagged

0 votes

E464: Ambiguous use of user-defined command

As an example of the error message and the solution for it. I can get this message by : BufExplore<Enter> Because for my configuration or plugin installation, I have 3 commands: BufExplorer, ...
Andrew_1510's user avatar
0 votes

Trying to get vim-like pane navigation in tmux (hjkl) and select-pane not working

What worked for me instead of killing the tmux server is: bind h select-pane -L bind j select-pane -D bind k select-pane -U bind l select-pane -R Then: tmux source ~/.tmux.conf
T. Valentine's user avatar
0 votes

Fast way to send current line to the shell in Vim

You can also use vim slime to: "Grab some text and send it to a target, most probably: GNU Screen, tmux or Vim Terminal" Send a command to a shell with: Ctrl C Once you have installed ...
Paul Rougieux's user avatar
1 vote

tmux copy mode - select text block

To get copying and yank working exactly how it does with vim, I set up tmux as follows set-option -g mode-keys vi bind-key -T copy-mode-vi 'v' send -X rectangle-off \; send -X begin-selection # ...
Konstantin's user avatar

Top 50 recent answers are included