Skip to content

Instantly share code, notes, and snippets.

@ewal
Created October 17, 2023 12:05
Show Gist options
  • Save ewal/f10426f179d4f7765123966aed04d1d1 to your computer and use it in GitHub Desktop.
Save ewal/f10426f179d4f7765123966aed04d1d1 to your computer and use it in GitHub Desktop.
Clear highlighted search on Escape
vim.keymap.set('n', '<Esc>', '<Esc>:noh<CR>', { silent = true })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment