Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/denops_std/option/nvim/mod.ts>termpastefilter

📚 Standard module for denops.vim
Go to Latest
variable termpastefilter
import { termpastefilter } from "https://deno.land/x/denops_std@v5.0.1/option/nvim/mod.ts";

A comma-separated list of options for specifying control characters to be removed from the text pasted into the terminal window. The supported values are:

BS Backspace

HT TAB

FF Form feed

ESC Escape

DEL DEL

C0 Other control characters, excluding Line feed and Carriage return < ' '

C1 Control characters 0x80...0x9F

(default: "BS,HT,ESC,DEL")