refactor(nvim): change up keybindings

This commit is contained in:
Moritz Böhme 2023-08-16 16:41:12 +02:00
parent 8768b58ce1
commit d17f034e34
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
3 changed files with 8 additions and 17 deletions

View file

@ -1,4 +1,4 @@
require("oil").setup()
require("which-key").register({
d = { require("oil").toggle_float, "directory (oil)" },
d = { require("oil").toggle_float, "Directory (oil)" },
}, { prefix = "<leader>t" })