diff options
author | aTanW <villy@sft.ru> | 2015-07-07 15:43:50 +0300 |
---|---|---|
committer | aTanW <villy@sft.ru> | 2015-07-07 15:43:50 +0300 |
commit | 8d63ef4d477f00a78c2971787098d77816d6bc7c (patch) | |
tree | 5531d93bbcea117ef830aba39faa63ab845c14dd /utils/joe/files | |
parent | 92306fc880834eb7c91702d31ae16949e06a3757 (diff) |
joe: bump to new upstream v4.0
Signed-Off-By: Vitaly Protsko <villy@sft.ru>
---
Makefile | 8 ++++----
files/joerc | 28 ++++++++++++++++++++++++++++
2 files changed, 32 insertions(+), 4 deletions(-)
Diffstat (limited to 'utils/joe/files')
-rw-r--r-- | utils/joe/files/joerc | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/utils/joe/files/joerc b/utils/joe/files/joerc index 24def75a1..2c42beebd 100644 --- a/utils/joe/files/joerc +++ b/utils/joe/files/joerc @@ -619,3 +619,31 @@ type ^@ TO ÿ :querysr Search & replace query window type ^@ TO ÿ + +:shell Input to shell windows +:inherit main +"" ^C Abort +"" ^D Eof +" " ^I Tab +"" ^H Backspace +"
" ^M Return +"" ^? Backspace + +:vtshell Input to ANSI shell windows +:inherit main +"[A" [ A +"[A" .ku +"[B" [ B +"[B" .kd +"[C" [ C +"[C" .kr +"[D" [ D +"[D" .kl +"" ^A BOL for bash +"" ^C Abort +"" ^D Eof +"" ^E EOL for bash +" " ^I Tab +"" ^H Backspace +"
" ^M Return +"" ^? Backspace |