From 3db2dd6fb783845b537a870a23a6ce7c6fe2f353 Mon Sep 17 00:00:00 2001 From: Nick Zana Date: Mon, 18 Nov 2024 15:53:22 -0500 Subject: [PATCH] Remove term->normal keybinding --- lua/keybindings.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/lua/keybindings.lua b/lua/keybindings.lua index 1105c39..035a3f2 100644 --- a/lua/keybindings.lua +++ b/lua/keybindings.lua @@ -9,9 +9,6 @@ map('n', 'gl', '$', options) -- make gl go to end of line -- WINDOW MANAGEMENT --- Terminal -map('t', '', '', options) -- Exit Terminal mode enter Normal - -- FILE NAVIGATION map('n', 'f', 'Telescope git_files', options) map('n', 'af', 'Telescope find_files', options)