James Rivett-Carnac
James Rivett-Carnac
Some of these seem to be better written as functional compositions of visual, movement and normal (dt') -> d(t') ~> d(vt') but implementing the simplest catagory - arguments to a...
I think I got what you were saying implemented. still need to think about killing the setViewStatus method and changing up how the Status is set. If we are expecting...
Does not crash for a single character - does for 2. not sure when the freeze kicks in. Not sure if this is a crash in `termbox-go` or `vigo`
Did so, but let me make more changes before pulling in - I want to make it part of command
I think you're on to something. the question is confused by the use of the 'Esc' key. Sometimes its one, sometimes the other. example: `Esc` in normal mode with digitts...
It should also be date aware: so id you have `@due(2019-01-01)` and it is `2019-01-01`, filter by today should find that.
I think that the cursor model is contributing to #44
Should we decouple the terminating character from our internal representation? from [wikipedia](http://en.wikipedia.org/wiki/Newline) ``` The Unicode standard defines a number of characters that conforming applications should recognize as line terminators:[3] LF:...