Re: [PATCH v2 1/2] perf hists browser: Support horizontal scrolling with '<' and '>' key

From: Jiri Olsa
Date: Sun Aug 09 2015 - 05:30:32 EST


On Sun, Aug 09, 2015 at 05:21:01PM +0900, Namhyung Kim wrote:
> Currently perf TUI report browser doesn't support horizontal scrolling.
> So if terminal width is smaller than the actual contents, there's no way
> to see them. This patch adds support horizontal movement by '<' and '>'
> keys.

nice, I wonder we could also have some way to scroll
by the column width.. it might be more eye friendly?
would need to try first ;-)

I also tried it with SKIP_COLS_STEP=1, and it wasn't bad

how about having several scroll step options? like:
, . - SKIP_COLS_STEP=1
< > - SKIP_COLS_STEP=10
CTRL-< > - SKIP_COLS_STEP=columns width

we could also bind some of this to regular arrows
with SHIFT or CTRL, bacause it's probably the most
convenient binding for this

jirka
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/