Fixed terminal not opening in oil buffers

This commit is contained in:
2025-08-02 17:04:53 +03:00
parent 4347478750
commit dc3c9ef2f6

View File

@@ -12,6 +12,7 @@ return {
['<C-l>'] = false,
['<C-k>'] = false,
['<C-j>'] = false,
["<C-t>"] = false,
['<M-h>'] = 'actions.select_split',
['<M-v>'] = 'actions.select_vsplit',
['<C-r>'] = 'actions.refresh',