|
|
@ -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)
|
|
|
|