summaryrefslogtreecommitdiff
path: root/lua/core/autocmds.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/core/autocmds.lua')
-rw-r--r--lua/core/autocmds.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/core/autocmds.lua b/lua/core/autocmds.lua
index d337f71a..9280da9e 100644
--- a/lua/core/autocmds.lua
+++ b/lua/core/autocmds.lua
@@ -55,6 +55,9 @@ lvim.autocommands = {
{ "FileType", "markdown", "setlocal wrap" },
{ "FileType", "markdown", "setlocal spell" },
},
+ _tab_bindings = {
+ { "FileType", "*", "lua require'core.compe'.set_tab_keybindings()" },
+ },
_buffer_bindings = {
{ "FileType", "floaterm", "nnoremap <silent> <buffer> q :q<CR>" },
},