diff options
| author | Robert Günzler <r@gnzler.io> | 2022-02-09 00:02:38 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2022-02-09 00:02:38 +0100 |
| commit | 4a607242e449a812c60d3cc29aa8478ad970beb7 (patch) | |
| tree | 5edd3f93ea7e8426840fdac107ad150adc6ab2dc /.vim/lua/plugins.lua | |
| parent | e660cd70fc4d7149382397c7a9bb6409b9491389 (diff) | |
vim: add aucmds for quitting buffers/windows
Diffstat (limited to '.vim/lua/plugins.lua')
| -rw-r--r-- | .vim/lua/plugins.lua | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.vim/lua/plugins.lua b/.vim/lua/plugins.lua index 7ff36ef..bef00cc 100644 --- a/.vim/lua/plugins.lua +++ b/.vim/lua/plugins.lua @@ -888,12 +888,12 @@ return require('packer').startup({function() {type = 'padding', val = 1}, {type = 'text', val = hr, opts = {hl = 'Comment'}}, {type = 'padding', val = 1}, - { - type = 'group', - val = { - them.button('q', 'quit', [[:quit<cr>]]), - }, - }, + -- { + -- type = 'group', + -- val = { + -- them.button('q', 'quit', [[:quit<cr>]]), + -- }, + -- }, } alpha.setup(them.opts) |