Remove <c-E> term->normal keybinding

main
Nick Zana 5 days ago
parent 4d23c611f0
commit 3db2dd6fb7

@ -9,9 +9,6 @@ map('n', 'gl', '$', options) -- make gl go to end of line
-- WINDOW MANAGEMENT -- WINDOW MANAGEMENT
-- Terminal
map('t', '<C-e>', '<C-\\><C-n>', options) -- Exit Terminal mode enter Normal
-- FILE NAVIGATION -- FILE NAVIGATION
map('n', '<leader>f', '<cmd>Telescope git_files<CR>', options) map('n', '<leader>f', '<cmd>Telescope git_files<CR>', options)
map('n', '<leader>af', '<cmd>Telescope find_files<CR>', options) map('n', '<leader>af', '<cmd>Telescope find_files<CR>', options)

Loading…
Cancel
Save