Kei Tsuji

Results 7 comments of Kei Tsuji

I added this for Alt + ; for emacs ``` - { key: Semicolon, mods: Alt, chars: "\x1b;" } # Alt + ; ```

seems like same with #4, and it's fixed now with 0.1.3.

I also got the same issue. project.clj ``` clojure (defproject sh-issue "0.1.0-SNAPSHOT" :description "FIXME: write description" :url "http://example.com/FIXME" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} :dependencies [[org.clojure/clojure "1.6.0"] [org.clojure/core.async "0.1.338.0-5c5012-alpha"]])...

above project failed from command line too. ``` shell $ lein slamhound src/sh_issue/core.clj Failed to reconstruct: # ava.lang.IllegalArgumentException: No implementation of method: :has? of protocol: #'clojure.core.cache/CacheProtocol found for class: clojure.core.memoize.PluggableMemoization,...

While this might be good feature request, you can work around this problem by using git worktrees.

#94 was merged as #125, but it still seems like "which" isn't working along with keymaps from this plugin.