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)