This commit is contained in:
2026-04-20 09:40:17 +02:00
parent 876194e91b
commit cafb3f1ecb
18 changed files with 321 additions and 92 deletions
+6
View File
@@ -0,0 +1,6 @@
function fish_user_key_bindings
# Bind k to Atuin search in vim normal mode
if type -q atuin
bind -M default k _atuin_bind_up
end
end