walles / moar

Moar is a pager. It's designed to just do the right thing without any configuration.
Other
587 stars 17 forks source link

latest moar not honor filename tab completion #147

Closed ciscohack closed 10 months ago

ciscohack commented 10 months ago

I have noticed in recent moar update not able to do moar filename table completion. when I type moar and press tab it not list available test file to parse through moar.

ciscohack commented 10 months ago

I just reinstalled the moar and added export pager variable in zshrc file and it's started working but I didn't understand why it failed first placed

walles commented 10 months ago

TAB completion is 100% by the shell and 0% by moar.

Some zsh forum would be a better place to ask this.

ciscohack commented 10 months ago

@walles thanks for the comment. I don't know whether it is zsh issue or moar becoz if it is zsh issue I have bat also install and it is working fine. so the point is if this is zsh issue it will fail for all.

One more issue I have noticed with warp terminal where moar selection is not working .........I tried pressing shift/alt/option key none of the keyboard key help me to select the text ...moar need better keyboard and selection handling out of box.

Here I am using oh-my-fish shell..

I moar we need to use shift key press to activate mouse selection and warp terminal this is not working ... can you make mouse selection more compatible and easy like other pagers have simple drag and select

walles commented 10 months ago

To get copy / paste to work in Warp:

Preferences / Settings / Features / Terminal / uncheck "Enable Mouse Reporting"

Added to the list in #53.

ciscohack commented 10 months ago

Thanks @walles it works ..but can't we make section out of the box without pressing shift key in many terminals and directly we use mouse to select the text in moar