bhauman / rebel-readline

Terminal readline library for Clojure dialects
Eclipse Public License 1.0
680 stars 37 forks source link

:repl/set-key-map always reports "Failed to change key map!" #142

Closed bkovitz closed 6 years ago

bkovitz commented 6 years ago

When I set the key map, e.g. via either of these commands:

:repl/set-key-map :viins
:repl/set-key-map :vicmd

it always prints this message:

Failed to change key map!

In fact, it succeeded, as shown by doing a :repl/key-bindings.

(rebel-readline 0.1.1)

bhauman commented 6 years ago

Duplicate of #139