mogenslund / liquid

Clojure Text Editor, for editing clojure code and markdown. Written entirely in Clojure with inspiration from Emacs and Vim.
Eclipse Public License 1.0
960 stars 42 forks source link

Improve UX of liq.modes.typeahead-mode in relative mode #44

Open mogenslund opened 4 years ago

mogenslund commented 4 years ago

In relative mode the typeahead-mode show the buffer near the cursor in the calling buffer. It can be difficult to see the boundry. Maybe use some kind of backgroundcolor? Also pressing tab should be disabled. It makes no sense in typeahead-mode.