summaryrefslogtreecommitdiff
path: root/init.vim
diff options
context:
space:
mode:
Diffstat (limited to 'init.vim')
-rw-r--r--init.vim1
1 files changed, 0 insertions, 1 deletions
diff --git a/init.vim b/init.vim
index a39467c..4d56e6e 100644
--- a/init.vim
+++ b/init.vim
@@ -10,7 +10,6 @@ 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 }