diff options
| -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 | 
