iota icon indicating copy to clipboard operation
iota copied to clipboard

Chained cmds

Open mattscamp opened this issue 8 years ago • 3 comments

This is a start to chained commands in overlay mode. Right now it supports a chained save and exit ("wq") and jumping lines(directly calling the #, e.g. "25").

Ref: https://github.com/gchp/iota/issues/122 https://github.com/gchp/iota/issues/123

Known bugs right now:

  • Non existent commands entered just freeze up the editor
  • If trying to jump to a non existent line, it will crash the editor

mattscamp avatar Jul 27 '16 06:07 mattscamp

@gchp Looks like this commit broke something: https://github.com/gchp/iota/commit/def8d771e6aa7cd8ac0bb2db71c7fa826d636419

mattscamp avatar Jul 27 '16 06:07 mattscamp

@mattscamp yep, I forgot to commit some stuff. Could you rebase this and see if it builds?

gchp avatar Aug 08 '16 12:08 gchp

Sure, looks like it's failing for a new reason now. @gchp

mattscamp avatar Aug 15 '16 05:08 mattscamp