diff options
author | tv <tv@krebsco.de> | 2022-12-09 04:58:02 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2022-12-09 04:58:35 +0100 |
commit | 02cc22b95eab2f6db7c04ca3560f9c42fb67a9a7 (patch) | |
tree | 116b2446676cabe8589fefb5dd58928dfc2e5629 /tv | |
parent | 3a0d3fed99265617503236e573733cb5c27e7139 (diff) |
tv vim: set ttymouse=sgr
Diffstat (limited to 'tv')
-rw-r--r-- | tv/2configs/vim.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tv/2configs/vim.nix b/tv/2configs/vim.nix index 909213d3d..b8819ee36 100644 --- a/tv/2configs/vim.nix +++ b/tv/2configs/vim.nix @@ -77,6 +77,7 @@ with import ./lib; set showmatch set timeoutlen=0 set ttimeoutlen=0 + set ttymouse=sgr set undodir=${dirs.undodir} set undofile set undolevels=1000000 |