From 2b2a98113046f763454b9bb93741bb993767bf27 Mon Sep 17 00:00:00 2001 From: deuce <> Date: Wed, 16 Aug 2006 23:33:42 +0000 Subject: [PATCH] A few notes on keybindings: --------------------------- I am not completely opposed to changing some keybindings. However, the current ones fall into three catagories: 1) "Keepers" ones that I like and would need a very good reason to change. 2) "Lukewarm" ones I understand but don't particularily like very much. 3) "Changers" ones I would change in a heartbeat if I had an alternative. The breakdown is as follows: Keepers: ABCEFGHIJLMRW Lukewarm: VXY Changers: OQU_ The reason X and Y are in lukewarm instead of changers is that PgUp/PgDn should be both close together and enterable with one hand in my opinion. The following CTRL keys are currently unused: DKNPT\ CTRL-Q and CTRL-S I do *not* want to use without alternates as they are the Xon/Xoff chars used in flow control and are sometimes impossible to send from a terminal. I am open to suggestions. --- docs/fseditor.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/docs/fseditor.txt b/docs/fseditor.txt index 2739d0e245..fc560beb08 100644 --- a/docs/fseditor.txt +++ b/docs/fseditor.txt @@ -77,3 +77,27 @@ A - Select All N - Unselect all ("Select None") B - Enter block mode + +A few notes on keybindings: +--------------------------- +I am not completely opposed to changing some keybindings. However, the current +ones fall into three catagories: +1) "Keepers" ones that I like and would need a very good reason to change. +2) "Lukewarm" ones I understand but don't particularily like very much. +3) "Changers" ones I would change in a heartbeat if I had an alternative. + +The breakdown is as follows: +Keepers: ABCEFGHIJLMRW +Lukewarm: VXY +Changers: OQU_ + +The reason X and Y are in lukewarm instead of changers is that PgUp/PgDn should +be both close together and enterable with one hand in my opinion. + +The following CTRL keys are currently unused: DKNPT\ + +CTRL-Q and CTRL-S I do *not* want to use without alternates as they are the +Xon/Xoff chars used in flow control and are sometimes impossible to send from +a terminal. + +I am open to suggestions. -- GitLab