update: fish, yazi, nvim

This commit is contained in:
2026-07-29 02:07:13 +02:00
parent 7cd7d746e7
commit 340b955bc5
30 changed files with 1345 additions and 710 deletions
+21 -6
View File
@@ -15,11 +15,26 @@ run = "cd ~/.dotfiles/"
desc = "DOTFILES"
[[mgr.prepend_keymap]]
on = [ "b", "s" ]
run = "plugin bookmark -- save"
desc = "Save Bookmark"
on = [ "o", "n" ]
run = "shell \"nvim\" --block"
desc = "Open NeoVim"
[[mgr.prepend_keymap]]
on = [ "b", "j" ]
run = "plugin bookmark -- jump"
desc = "Jump to Bookmark"
on = [ "m" ]
run = "plugin bookmarks save"
desc = "Save current position as a bookmark"
[[mgr.prepend_keymap]]
on = [ "'" ]
run = "plugin bookmarks jump"
desc = "Jump to a bookmark"
[[mgr.prepend_keymap]]
on = [ "b", "d" ]
run = "plugin bookmarks delete"
desc = "Delete a bookmark"
[[mgr.prepend_keymap]]
on = [ "b", "D" ]
run = "plugin bookmarks delete_all"
desc = "Delete all bookmarks"