Skip to content

Commit

Permalink
better-escape: fix term mode interferences e.g. with lazygit
Browse files Browse the repository at this point in the history
use only <C-j><C-k> to escape into vim mode in terminals like lazygit
  • Loading branch information
ttytm committed Sep 4, 2024
1 parent 2b60d31 commit b94681f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lua/nxvim/plugins/better-escape.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ require("better_escape").setup({
k = "<Esc>",
},
},
t = {
j = {
k = "<Esc>",
},
},
v = {
j = {
k = "<Esc>",
Expand Down

0 comments on commit b94681f

Please sign in to comment.