forked from extern/nushell
* Add "space" key to bind in vi normal mode Implements #6586 No special logic to prevent you from binding it in other modes! Needs a separate change to reedline to make it available in the default listing of `keybindings list`. * Update reedline to report the available `space` Pulls in nushell/reedline#486