Launch.nvim
Launch.nvim copied to clipboard
Telescope - mapping <Esc> to quit in insert mode
This will make sure you don't need to press Esc twice if you want to close Telescope
I would map it to something else because a lot of people use escape to go to normal mode within telescopes. In my config I mapped the quit action to <C-c> for example.
I would map it to something else because a lot of people use escape to go to normal mode within telescopes. In my config I mapped the quit action to for example.
Not sure if we need this, I'm using jk
to enter normal mode in Telescope, the same way as I would do in a buffer
https://github.com/LunarVim/nvim-basic-ide/blob/master/lua/user/keymaps.lua#L46
get the config and modify it yourself thats what this config is for