save before quit key
This commit is contained in:
parent
23706b799a
commit
f617b121f4
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ 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>q<cr>')
|
map('n', '<leader>q', '<cmd>wq<cr>')
|
||||||
map('n', '<leader>o', '<cmd>only<cr>')
|
map('n', '<leader>o', '<cmd>only<cr>')
|
||||||
|
|
||||||
wk.register({
|
wk.register({
|
||||||
|
|
Loading…
Reference in a new issue