mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 14:32:13 +02:00
added more vim-like keybinds for which key
This commit is contained in:
@@ -8,11 +8,11 @@ return {
|
||||
config = function()
|
||||
require("which-key").register({
|
||||
["<C-s>"] = {
|
||||
":write",
|
||||
":write<CR>",
|
||||
"Persist the content of the current buffer to the file system"
|
||||
},
|
||||
["<C-q>"] = {
|
||||
":quitall",
|
||||
":quitall<CR>",
|
||||
"Quit the editor with confirmation"
|
||||
},
|
||||
["<C-h>"] = {
|
||||
|
||||
Reference in New Issue
Block a user