-
I am using this function for quite some time to let the content copied by `yy` go to system clipboard, even when I ssh and use tmux, it works fine:
```
local function copy()
if vim.v.event.operat…
-
`urxvt` has the ability to select text using just the keyboard. By hitting a key you enter into something akin to Vim's normal mode (where you can move the cursor with your keyboard and select text us…
-
hi! relatively new to neovim here and trying to understand the difference between the two usages described in the readme
I see one usage looks like this:
```
vim.keymap.set('n', 'c', require('o…
-
Have recently updated system and everything else clipboard is working fine however the tmux yank is no longer copying.
Not actually even sure how to troubleshoot as it just fails silently and I can…
-
My ~/.config/nvim/init.vim file
```
call plug#begin('~/.config/nvim/plugged')
" List your plugins here
Plug 'andweeb/presence.nvim'
call plug#end()
```
```
NVIM v0.10.0 …
-
When I do `:PlugUpdate`, it takes much more time than expected according to the configuration of `g:plug_timeout` and `g:plug_retries`.
``` vim
let g:plug_timeout = 10
let g:plug_retries = 0
…
yous updated
4 months ago
-
# Description of the new feature/enhancement
Login to Ubuntu through SSH in Powershell and edit files using Vim.
However, when I use `"+y`, I cannot copy the content to the Windows clipboar…
-
### Feature description
OSC52 can let us copy text from a remote (e.g., ssh) machine to the local terminal (e.g., Windows Terminal), however, the terminal buffer in Neovim seems didn't support …
-
### Describe the bug
Opening nvim on a *.sh file (even if the file is empty or does not exist) causes an error message:
```
Error 12:56:46 PM msg_show.lua_error Error executing vim.schedule …
-
### Issue description
On Fedora, 3.3a-1 was the last version of tmux where allow-passthrough on was working with vim's t_RB setting to request the terminal bg color.
Set up a bare environment:
…