File operation between neovim instances #2891
-
|
Neo-tree can sync its clipboard across multiple trees, either globally (within the same Neovim instance) or universally (across all Neovim instances). Try clipboard.sync = "global" | "universal". This enables copy/cut/paste files/dir between neovim instances. Do we have the same for Snacks.explorer? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
Lines 72 to 81 in 882c996 snacks.nvim/lua/snacks/explorer/actions.lua Line 139 in 882c996 snacks.nvim/lua/snacks/explorer/actions.lua Line 178 in 882c996 |
Beta Was this translation helpful? Give feedback.
-
|
Hi @drowning-cat , sorry for asking you again. I tested this feature on different tmux's windows, panes, and it did not work. It just works on the same tmux's pane. For more information, I am using tmux on a remote machine via ssh |
Beta Was this translation helpful? Give feedback.
Doesn't the explorer use the system clipboard out of the box?You can also use"<reg>yif needed.snacks.nvim/docs/explorer.md
Lines 72 to 81 in 882c996
snacks.nvim/lua/snacks/explorer/actions.lua
Line 139 in 882c996
snacks.nv…