From 760b5569bb178451288f92f3a65a753f248a9109 Mon Sep 17 00:00:00 2001 From: secretspecter Date: Fri, 15 Mar 2024 23:57:01 -0600 Subject: [PATCH] don't enter insert for terminals I've grown past it --- fnl/personalize.fnl | 4 ---- 1 file changed, 4 deletions(-) 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")