diff options
| author | crocket <748856+crocket@users.noreply.github.com> | 2020-02-15 14:27:11 +0900 |
|---|---|---|
| committer | James N <james@jojojames.com> | 2020-07-11 11:55:34 -0700 |
| commit | 2762b00c479ec7a34d5709e90fd1f2fa2ff07149 (patch) | |
| tree | 5b5a7935f5b8a17dd72b4fb41ea29ec953aa8ca9 /readme.org | |
| parent | c68aed6a9694836602ada224160bc5b4c0a37919 (diff) | |
Add `g TAB` as a substitute on terminal for Tab.
Diffstat (limited to 'readme.org')
| -rw-r--r-- | readme.org | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -190,9 +190,11 @@ more. - Tab key - Tab key is recognized as ~<tab>~ in GUI and ~TAB~ in terminal. ~TAB~ equals ~C-i~. - - Since ~C-i~ is bound to jumping forward for vim compatibility, - bind ~g[~ and ~g]~ to the functions that Shift+Tab and Tab - are bound to on GUI for terminal compatibility. + - ~C-i~ is bound to jumping forward for vim compatibility. + If Shift+Tab is not relevant, just bind ~g TAB~ to the function + that Tab is bound to. If Shift+Tab is relevant, bind ~g]~ and + ~g TAB~ to the function that Tab is bound to, and bind ~g[~ to + the function that Shift+Tab is bound to for terminal compatibility. - Enter key - Enter key is recognized as ~<return>~ in GUI and ~RET~ in terminal. ~RET~ equals ~Ctrl+m~. |
