From 0d78a0d7c577b2dda06d6ca3f2e066d15e7a1fea Mon Sep 17 00:00:00 2001
From: George Abbott <otg@gabbott.dev>
Date: Fri, 24 Feb 2023 22:57:09 +0000
Subject: Added aliases for :w

---
 init.vim | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

(limited to 'init.vim')

diff --git a/init.vim b/init.vim
index 3612552..a39467c 100644
--- a/init.vim
+++ b/init.vim
@@ -4,5 +4,14 @@ set ignorecase
 set smartcase
 set autochdir
 set confirm
-set shortmess=a	" Abbreviate messages without info loss.
+" set shortmess=a	" Abbreviate messages without info loss.
 set colorcolumn=80
+
+command W w
+command Wq wq
+command Q q
+command Wq wq
+command WQ wq
+
+autocmd TextYankPost * silent! lua vim.highlight.on_yank { higroup='IncSearch', timeout=4000 }
+
-- 
cgit v1.2.1