helix: Use space.y.* to yank path components
This commit is contained in:
parent
eec38f62fa
commit
e0e15c3b79
1 changed files with 6 additions and 0 deletions
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue