Open ulyssa opened 9 months ago
As part of #32 , I'll need to add a CommandType::Shell variant to support the |, <A-|>, ! and <A-!> keybindings, and the | register. This register holds the last shell command entered with the aforementioned as part of piping or reading in content.
CommandType::Shell
|
<A-|>
!
<A-!>
As part of #32 , I'll need to add a
CommandType::Shell
variant to support the|
,<A-|>
,!
and<A-!>
keybindings, and the|
register. This register holds the last shell command entered with the aforementioned as part of piping or reading in content.