ljos / jq-mode

Emacs major mode for editing jq queries.
GNU General Public License v3.0
110 stars 12 forks source link

`jq-interactively` should support C-p and C-n #16

Closed matthew-piziak closed 4 years ago

matthew-piziak commented 5 years ago

Invoking C-p (previous input) should bring up the last query. This is conventional for Emacs commands with history.

ljos commented 4 years ago

Sorry for the delay. I just investigated this and C-p is previous-line, not previous input. M-p is previous-history-element, and this works as expected.

Thank you for reporting.

matthew-piziak commented 4 years ago

Whoops! That was a brain fart on my part. Thanks for being so gracious about it!