<c-c><c-c> to write & exit
This commit is contained in:
parent
9ad2c6f4a7
commit
27701b7ba4
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ s("n", "<a-j>", "<cmd> BufferNext <CR>", { desc = "Next buffer"
|
|||
s("n", "<a-k>", "<cmd> BufferPrevious <CR>", { desc = "Previous buffer" })
|
||||
s('n', '<leader>p', "<cmd> BufferPin <cr>", { desc = "Pin/Unpin buffer" })
|
||||
|
||||
|
||||
s('n', '<c-c><c-c>', '<cmd>wq<CR>', { desc = 'Write and exit'} )
|
||||
s("n", "ZZ", "<cmd> q! <CR>", { desc = "Quit without saving" })
|
||||
s("n", "q:", "<nop>")
|
||||
s('n', 'H', require('treesj').toggle)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue