Launch.nvim icon indicating copy to clipboard operation
Launch.nvim copied to clipboard

Telescope - mapping <Esc> to quit in insert mode

Open rst10124492 opened this issue 2 years ago • 2 comments

This will make sure you don't need to press Esc twice if you want to close Telescope

rst10124492 avatar Jul 06 '22 01:07 rst10124492

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.

avatarnguyen avatar Jul 06 '22 06:07 avatarnguyen

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

rst10124492 avatar Jul 06 '22 10:07 rst10124492

get the config and modify it yourself thats what this config is for

Rishabh672003 avatar Oct 09 '22 18:10 Rishabh672003