diff options
author | Brahmajit Das <listout@listout.xyz> | 2025-06-04 01:32:31 +0530 |
---|---|---|
committer | Brahmajit Das <listout@listout.xyz> | 2025-06-04 01:32:31 +0530 |
commit | 933f935e3efddd27c663739461acb257cc83a046 (patch) | |
tree | 2a15e689aa92968a7bea1cc1872754d0c0062b64 | |
parent | f241f69758bb8f7fbcfccd9735aea3f75b3e30cf (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.lua | 2 |
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!', {}) |