afucher / clojure-repl-intellij

Free OpenSource IntelliJ plugin for Clojure REPL development.
MIT License
59 stars 9 forks source link

Add support to entry history navigation #73

Closed afucher closed 5 months ago

afucher commented 5 months ago

Add support to entry history navigation. Uses ctrl+PG_UP and ctrl+PG_DOWN to navigate.

https://github.com/afucher/clojure-repl-intellij/assets/3756185/92debcd5-f317-4c60-8bdb-290af4540c0f

Closes #66