summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Abbott <otg@gabbott.dev>2023-02-24 23:00:00 +0000
committerGeorge Abbott <otg@gabbott.dev>2023-02-24 23:00:00 +0000
commit26f1e8736246b4c276e37a9dc5a5b76a6b8580c7 (patch)
tree13a811e8982eea77f24c22724d6f1dbe6076487e
parent0d78a0d7c577b2dda06d6ca3f2e066d15e7a1fea (diff)
Removed duplicate alias, whoops!HEADmaster
-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 }