Compare commits
No commits in common. "0eae818a998dd91aa21ad5dee9089501ab906d83" and "671e81f360937213a151a4bb54e7fe25ba3034c3" have entirely different histories.
0eae818a99
...
671e81f360
|
@ -55,7 +55,6 @@ return {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
note_id_func = function(title) return title end,
|
|
||||||
disable_frontmatter = true,
|
disable_frontmatter = true,
|
||||||
ui = {
|
ui = {
|
||||||
hl_groups = {
|
hl_groups = {
|
||||||
|
|
|
@ -90,7 +90,7 @@ function zvm_after_init() {
|
||||||
# Use FZY instead of FZF for ctrl-t
|
# Use FZY instead of FZF for ctrl-t
|
||||||
function find_files() {
|
function find_files() {
|
||||||
zle -I
|
zle -I
|
||||||
BUFFER=cd "$(fd -H . ~/Workspace ~/Containers -t d | fzy -l 20)"
|
BUFFER=cd "$(fd -H . ~/Workspace -t d | fzy -l 20)"
|
||||||
zle accept-line
|
zle accept-line
|
||||||
clear
|
clear
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue