summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrahmajit Das <listout@listout.xyz>2025-06-04 01:32:31 +0530
committerBrahmajit Das <listout@listout.xyz>2025-06-04 01:32:31 +0530
commit933f935e3efddd27c663739461acb257cc83a046 (patch)
tree2a15e689aa92968a7bea1cc1872754d0c0062b64
parentf241f69758bb8f7fbcfccd9735aea3f75b3e30cf (diff)
init_min: use Q to close all windows in merge and diff tool
Signed-off-by: Brahmajit Das <listout@listout.xyz>
-rw-r--r--init_min.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/init_min.lua b/init_min.lua
index 25299e6..19c1720 100644
--- a/init_min.lua
+++ b/init_min.lua
@@ -2,3 +2,5 @@
vim.g.mapleader = ','
vim.cmd.colorscheme "retrobox"
+
+vim.api.nvim_create_user_command('Q', 'qa!', {})