Commit a27af99
Venkata Subramani Renduchintala
fix(clipboard): fix wl-copy daemonization and normal-mode p mapping
- Wrap wl-copy in setsid so the background clipboard process runs in a
new session, detached from nvim's process group which was killing it
- Switch from string form to dict form with cache_enabled=1 for
reliable cache-based paste within the same session
- Add mode='v' to the p->"_dP mapping which was leaking into normal
mode, silently aborting every paste attempt1 parent 4521c43 commit a27af99
2 files changed
Lines changed: 7 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
283 | | - | |
| 283 | + | |
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | 3 | | |
7 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
0 commit comments