Sivaram Neelakantan
unread,Sep 10, 2020, 10:45:08 AM9/10/20Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tmux-...@googlegroups.com
I have the following in .conf based on the man page example
# use command-prompt -p to add a string to prompt for a topic; map to
# F1 key
bind-key -N "Display man page for prompted topic" F1 command-prompt -p "Enter man topic:" "split-window 'exec man %%'"
Is there a way to get it as a zoomed pane? I tried with -fhv flags to the
split-window but that isn't quite good enough.
Also, is there a way to get the prompt to use the last text entry from
history, instead of having to hit the up arrow key to get the last
entry. Usually, the F1 invocation would be the same man page for
sometime.
sivaram
--