Compare commits

..

2 Commits

Author SHA1 Message Date
2c9749fa3d enable memory 2025-09-13 17:49:16 -07:00
102dc49fd0 update input.conf 2025-09-13 17:16:07 -07:00
2 changed files with 13 additions and 2 deletions

View File

@@ -241,9 +241,9 @@ ctrl+K script-binding mpvacious-secondary-sid-prev
ctrl+J script-binding mpvacious-secondary-sid-next
# }}}
# {{ animecards
# {{{ animecards
ctrl+v script-binding animecards/update-anki-card
# }}
# }}}
# {{{ mpv-youtube-queue
ctrl+a script-binding mpv_youtube_queue/add_to_queue
@@ -279,3 +279,7 @@ g-t script-binding select/select-track
g-v script-binding select/select-vid
g-w script-binding select/select-watch-later
# }}}
# {{{ IMMERSION TRACKER
ctrl+t script-binding immersion_tracker/immersion_tracking
# }}}

View File

@@ -244,6 +244,13 @@ return {
},
},
},
memory = {
opts = {
chat = {
enabled = true,
},
},
},
},
init = function()
require("utils.codecompanion.fidget-spinner"):init()