mirror of
https://github.com/Cian-H/dotfiles.git
synced 2026-05-24 23:12:02 +01:00
Changed . token to _dot
This change allows the dotfiles to work with chezmoi (e.g: on windows) and improves grepability with neovim/telescope
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
name: fuzzy_module
|
||||
modifier: control
|
||||
keycode: char_u
|
||||
mode: [emacs, vi_normal, vi_insert]
|
||||
event: {
|
||||
send: executehostcommand
|
||||
cmd: '
|
||||
commandline edit --replace "use "
|
||||
commandline edit --insert (
|
||||
$env.NU_LIB_DIRS
|
||||
| each {|dir|
|
||||
ls ($dir | path join "**" "*.nu")
|
||||
| get name
|
||||
| str replace $dir ""
|
||||
| str trim -c "/"
|
||||
}
|
||||
| flatten
|
||||
| input list --fuzzy
|
||||
$"Please choose a (ansi magenta)module(ansi reset) to (ansi cyan_underline)load(ansi reset):"
|
||||
)
|
||||
'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user