nvim-telescope / telescope-smart-history.nvim

A history implementation that memorizes prompt input for a specific context
MIT License
141 stars 5 forks source link

Search history truncated on Small windows (Termux) #8

Open TimManzi opened 1 year ago

TimManzi commented 1 year ago

No idea how to reproduce this, possibly I messed with my config or maybe I just never noticed it before but somehow long cmd histories that are truncated(in the middle) in the picker also get truncated when selected.

Not sure if it's related to:


require("telescope").setup {
 defaults = require("telescope.themes").get_dropdown {
   path_display = { "truncate" }
  }
}