summaryrefslogtreecommitdiff
path: root/ar/.config/TheSiahxyz/lua/thesiahxyz/core/autocmds.lua
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-02-17 07:27:34 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-02-17 07:27:34 +0900
commit6560acee5bf5fce09b6ced1c9a3d3d111459878d (patch)
tree9b302723b65f8528384cc9dd1fb5a16dfa90d6e1 /ar/.config/TheSiahxyz/lua/thesiahxyz/core/autocmds.lua
parent71e64c59943ba857d8ad5de5e0b5f096af190fbc (diff)
modified core/autocmds.lua, modified plugins/markdown.lua, modified lf/lfrc, modified venvs/default-requirements.txt
Diffstat (limited to 'ar/.config/TheSiahxyz/lua/thesiahxyz/core/autocmds.lua')
-rw-r--r--ar/.config/TheSiahxyz/lua/thesiahxyz/core/autocmds.lua9
1 files changed, 0 insertions, 9 deletions
diff --git a/ar/.config/TheSiahxyz/lua/thesiahxyz/core/autocmds.lua b/ar/.config/TheSiahxyz/lua/thesiahxyz/core/autocmds.lua
index 8baae0b..139b0a7 100644
--- a/ar/.config/TheSiahxyz/lua/thesiahxyz/core/autocmds.lua
+++ b/ar/.config/TheSiahxyz/lua/thesiahxyz/core/autocmds.lua
@@ -94,15 +94,6 @@ autocmd("FileType", {
end,
})
--- Start insert mode in terminal
-autocmd("TermOpen", {
- group = augroup("terminal"),
- pattern = "*",
- callback = function()
- vim.cmd("startinsert")
- end,
-})
-
-- Make it easier to close man-files when opened inline
autocmd("FileType", {
group = augroup("man_close"),