nvim keys: just quit, ecs unhighlights search

This commit is contained in:
Sloane Perrault 2022-12-12 10:34:24 -05:00
parent 03723b904c
commit 1bf32bdaa0
No known key found for this signature in database

View file

@ -32,8 +32,9 @@ map({ 'n', 'v' }, '<leader>P', '"+P')
-- Common short-hands
map('n', '<leader>w', '<cmd>w<cr>')
map('n', '<leader>q', '<cmd>wq<cr>')
map('n', '<leader>q', '<cmd>q<cr>')
map('n', '<leader>o', '<cmd>only<cr>')
map('n', '<esc>', '<cmd>nohlsearch<cr>')
wk.register({
['<space>'] = { '<cmd>Telescope find_files<cr>', 'File file in project' },