Skip to content

Commit

Permalink
fix: disable jk in terminal mode due to performance issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
ayamir committed Dec 30, 2023
1 parent 7df41c4 commit 31890b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/keymap/tool.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ local plug_map = {

-- Plugin: toggleterm
["t|<Esc><Esc>"] = map_cmd([[<C-\><C-n>]]):with_noremap():with_silent(), -- switch to normal mode in terminal.
["t|jk"] = map_cmd([[<C-\><C-n>]]):with_noremap():with_silent(), -- switch to normal mode in terminal.
["n|<C-\\>"] = map_cr("ToggleTerm direction=horizontal")
:with_noremap()
:with_silent()
Expand Down

0 comments on commit 31890b0

Please sign in to comment.