Merge remote-tracking branch 'origin/nixos' into nixos

This commit is contained in:
Moritz Böhme 2023-05-02 09:07:21 +02:00
commit 82fa90d842
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
22 changed files with 247 additions and 44 deletions

View file

@ -26,14 +26,6 @@ require("which-key").register({
},
}, { prefix = "<leader>" })
-- fast window move
require("which-key").register({
["<C-h>"] = { "<C-w>h", "Move window left" },
["<C-j>"] = { "<C-w>j", "Move window down" },
["<C-k>"] = { "<C-w>k", "Move window up" },
["<C-l>"] = { "<C-w>l", "Move window right" },
})
-- tab
require("which-key").register({
["<tab>"] = {