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