osc52 integration with nvim
This commit is contained in:
parent
77f1bfacc6
commit
7f7b939450
2 changed files with 20 additions and 2 deletions
|
|
@ -86,6 +86,10 @@ in
|
|||
|
||||
# Copy/paste
|
||||
copy-on-select = false;
|
||||
|
||||
# OSC-52 clipboard integration (works with Neovim and tmux)
|
||||
clipboard-read = "allow"; # Allow programs to read clipboard without prompting
|
||||
clipboard-write = "allow"; # Allow programs to write to clipboard without prompting
|
||||
|
||||
# Scrollback
|
||||
scrollback-limit = 10000;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue