Merge branch 'master' into laptop

This commit is contained in:
Thomas Avé 2024-02-12 00:28:16 +01:00
commit 0eae818a99
2 changed files with 2 additions and 1 deletions

View File

@ -55,6 +55,7 @@ return {
},
},
},
note_id_func = function(title) return title end,
disable_frontmatter = true,
ui = {
hl_groups = {

View File

@ -90,7 +90,7 @@ function zvm_after_init() {
# Use FZY instead of FZF for ctrl-t
function find_files() {
zle -I
BUFFER=cd "$(fd -H . ~/Workspace -t d | fzy -l 20)"
BUFFER=cd "$(fd -H . ~/Workspace ~/Containers -t d | fzy -l 20)"
zle accept-line
clear
}