Skip to content

Commit

Permalink
Disable smear_to_cmd to fix z= and similar
Browse files Browse the repository at this point in the history
  • Loading branch information
lithammer committed Jan 10, 2025
1 parent 98c74ce commit b5a41dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ end)

later(function()
local smear_cursor = require('smear_cursor')
smear_cursor.setup({
smear_to_cmd = false,
})
smear_cursor.enabled = not vim.env.TERM:match('kitty')
end)

Expand Down

0 comments on commit b5a41dc

Please sign in to comment.