Watch
1
0
Fork
You've already forked dotfiles
0

helix: Use space.y.* to yank path components

This commit is contained in:
Jeremy Kaplan 2026-09-04 21:56:00 -04:00
commit e0e15c3b79

View file

@ -81,3 +81,9 @@ tabpad = ""
[keys.normal.space.t]
"w" = ":toggle whitespace.render all none"
"W" = ":toggle soft-wrap.enable"
[keys.normal.space.y]
"y" = "yank_to_clipboard"
"p" = ":noop %sh{printf '%%s' '%{buffer_name}' | cbcopy}"
"d" = ":noop %sh{printf '%%s' $(dirname '%{buffer_name}') | cbcopy}"
"b" = ":noop %sh{printf '%%s' $(basename '%{buffer_name}') | cbcopy}"