diff --git a/fnl/personalize.fnl b/fnl/personalize.fnl index dcff87e..e4ffc6e 100644 --- a/fnl/personalize.fnl +++ b/fnl/personalize.fnl @@ -38,10 +38,6 @@ "Move to window right") (tmap : "" "Escape to normal mode") - (vim.api.nvim_create_autocmd - [:BufWinEnter :WinEnter] - {:pattern "term://*" - :command :startinsert}) ;; Start terminals in insert (nmap : ":bn|bd!#" "Delete a buffer without removing the split")