Skip to content

Commit

Permalink
Use nx mode to avoid rempa keys (#1368)
Browse files Browse the repository at this point in the history
  • Loading branch information
yehuohan authored Dec 27, 2023
1 parent 7a386a6 commit 7bfe419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lspsaga/util.lua
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ end

function M.feedkeys(key)
local k = api.nvim_replace_termcodes(key, true, false, true)
api.nvim_feedkeys(k, 'x', false)
api.nvim_feedkeys(k, 'nx', false)
end

function M.scroll_in_float(bufnr, winid)
Expand Down

0 comments on commit 7bfe419

Please sign in to comment.