nvim keys: just quit, ecs unhighlights search
This commit is contained in:
parent
03723b904c
commit
1bf32bdaa0
1 changed files with 2 additions and 1 deletions
|
@ -32,8 +32,9 @@ map({ 'n', 'v' }, '<leader>P', '"+P')
|
||||||
|
|
||||||
-- Common short-hands
|
-- Common short-hands
|
||||||
map('n', '<leader>w', '<cmd>w<cr>')
|
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', '<leader>o', '<cmd>only<cr>')
|
||||||
|
map('n', '<esc>', '<cmd>nohlsearch<cr>')
|
||||||
|
|
||||||
wk.register({
|
wk.register({
|
||||||
['<space>'] = { '<cmd>Telescope find_files<cr>', 'File file in project' },
|
['<space>'] = { '<cmd>Telescope find_files<cr>', 'File file in project' },
|
||||||
|
|
Loading…
Reference in a new issue