From 1db82922dcff661670a47cb081046ce14db81a72 Mon Sep 17 00:00:00 2001 From: tv Date: Wed, 10 Jan 2024 22:25:40 +0100 Subject: bash: use vi editing mode --- configs/vim.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'configs/vim.nix') diff --git a/configs/vim.nix b/configs/vim.nix index 757d702..cfe30eb 100644 --- a/configs/vim.nix +++ b/configs/vim.nix @@ -113,7 +113,13 @@ filetype plugin indent on + # [cursor] keep in sync with + &t_SI = "\e[6 q" + &t_EI = "\e[2 q" + au VimEnter * silent !echo -ne "\e[2 q" + set t_Co=256 + colorscheme hack au Syntax * syn match Garbage containedin=ALL /\s\+$/ -- cgit v1.2.3