Nvim config update

This commit is contained in:
2024-10-20 18:22:16 +02:00
parent 36caf27d21
commit e20f8b6ea2
3 changed files with 148 additions and 10 deletions

View File

@@ -14,6 +14,11 @@ on = [ "b", "d" ]
run = "cd ~/.dotfiles/"
desc = "DOTFILES"
[[manager.prepend_keymap]]
on = [ "b", "u" ]
run = "cd ~/uni/"
desc = "UNI"
[[manager.prepend_keymap]]
on = [ "b", "s" ]
run = "plugin bookmark --args=save"