Migrated to ansible

This commit is contained in:
2024-04-02 00:59:42 +02:00
parent c53268e307
commit 0ccf6427f2
136 changed files with 5157 additions and 1407 deletions
+20
View File
@@ -0,0 +1,20 @@
# Bookmarks
[[manager.prepend_keymap]]
on = [ "b", "g" ]
run = "cd ~/git/"
desc = "GIT"
[[manager.prepend_keymap]]
on = [ "b", "d" ]
run = "cd ~/Data/"
desc = "DATA"
[[manager.prepend_keymap]]
on = [ "b", "s" ]
run = "plugin bookmark --args=save"
desc = "Save Bookmark"
[[manager.prepend_keymap]]
on = [ "b", "j" ]
run = "plugin bookmark --args=jump"
desc = "Jump Bookmark"