From 74d93745441615939f4fef2487643340ae3b932d Mon Sep 17 00:00:00 2001 From: Juni Kim Date: Wed, 15 Feb 2023 20:33:45 -0500 Subject: [PATCH] noop to ex mode --- lsp.vimrc | 4 ++++ minimal.vimrc | 4 ++++ noplug.vimrc | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/lsp.vimrc b/lsp.vimrc index e6b994e..d79275a 100644 --- a/lsp.vimrc +++ b/lsp.vimrc @@ -170,6 +170,10 @@ nnoremap n :wnext nnoremap :20Lexplore nnoremap pv :Explore +" disable ex mode +map q: +nnoremap Q + " Plugin options must go at the bottom of the file. " install plugins diff --git a/minimal.vimrc b/minimal.vimrc index 75ae12f..c328d60 100644 --- a/minimal.vimrc +++ b/minimal.vimrc @@ -152,6 +152,10 @@ nnoremap n :wnext nnoremap :20Lexplore nnoremap pv :Explore +" disable ex mode +map q: +nnoremap Q + " Plugin options must go at the bottom of the file. " install plugins diff --git a/noplug.vimrc b/noplug.vimrc index 3c0d7bc..1bd9796 100644 --- a/noplug.vimrc +++ b/noplug.vimrc @@ -83,6 +83,10 @@ nnoremap e :! %:p nnoremap :Lexplore nnoremap pv :Explore +" ex mode +map q: +nnoremap Q + set termguicolors let g:seoul256_background = 233