max397574 / better-escape.nvim

Map keys without delay when typing
GNU General Public License v3.0
629 stars 19 forks source link

disable for certain tui application #90

Closed greed-d closed 3 months ago

greed-d commented 3 months ago

I''ve used this plugin for a long time but recently i've started to use lazygit inside neovim so when I press j there it waits for a keypress then only moves down

I was wondering if there is a setting to disable better escape for a certain application?

max397574 commented 3 months ago

disable the mappings for terminal mode (see the readme for this)

disable per application is perhaps not even possible and out of scope

echaya commented 2 months ago

disable the mappings for terminal mode (see the readme for this)

disable per application is perhaps not even possible and out of scope

If it supports function, would it make sense to read buffer/window name and send keys based on matched pattern?

max397574 commented 2 months ago

You could also do that I guess