From 4404b5dd7ba8bfa44686693c469a63248a6c0411 Mon Sep 17 00:00:00 2001 From: Bert Date: Sat, 14 Aug 2010 16:49:32 +0200 Subject: [PATCH] README.md: keyboard-select usage updated --- README.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 877bf4d..35d3bb5 100644 --- a/README.md +++ b/README.md @@ -23,15 +23,12 @@ After installing, put the folling lines in your .Xdefaults: Use Meta-Escape to activate selection mode, then use the following keys: - h,left: move cursor left - j,down: move cursor down - k,up: move cursor up - l,right: move cursor right - v: toggle normal selection - V: toggle linewise selection - Ctrl-v: toggle blockwise selection - y: copy selected text to primary buffer and quit selection mode - Escape: cancel whole keyboard selection mode + h/j/k/l: move cursor left/down/up/right (also with arrow keys) + g/G/0/^/$: vi-like cursor movement keys + H/M/L: move cursor to first/center/last line of visible area + v/V/Ctrl-v: toggle normal/linewise/blockwise selection + y,Return: copy selected text to primary buffer and quit selection mode + Escape: cancel whole keyboard selection mode url-select