summaryrefslogtreecommitdiff
path: root/config/obr/joe/jstarrc
diff options
context:
space:
mode:
Diffstat (limited to 'config/obr/joe/jstarrc')
-rw-r--r--config/obr/joe/jstarrc26
1 files changed, 19 insertions, 7 deletions
diff --git a/config/obr/joe/jstarrc b/config/obr/joe/jstarrc
index c941e82..63c43b3 100644
--- a/config/obr/joe/jstarrc
+++ b/config/obr/joe/jstarrc
@@ -53,6 +53,8 @@
-help_is_utf8 Set if help text is in UTF-8 format. Leave clear if it's a raw 8-bit format.
-mid Cursor is recentered when scrolling is necessary
+ -left nn Amount to jump left when scrolling is necessary (-1 for 1/4 width)
+ -right nn Amount to jump right when scrolling is necessary (-1 for 1/4 width)
-marking Text between ^KB and cursor is highlighted (use with -lightoff)
-asis Characters 128 - 255 shown as-is
-force Force final newline when files are saved
@@ -96,7 +98,7 @@
-lines nnn Set no. screen lines
-baud nnn Set baud rate for terminal optimizations
-columns nnn Set no. screen columns
- -help Start with help on
+ -helpon Start with help on
-skiptop nnn Don't use top nnn lines of the screen
-notite Don't send terminal initialization and termination strings: prevents
@@ -235,6 +237,11 @@
-rmsg %S Row %4r Col %3c %t Ctrl-J for help
-smsg ** Line %r Col %c Offset %o(0x%O) %e %a(0x%A) Width %w **
-zmsg ** Line %r Col %c Offset %o(0x%O) **
+-xmsg \i Joe's Own Editor %v (%b) ** Type \bCtrl-K Q\b to exit or \bCtrl-J\b for help **\i
+
+ Key sequence hints which are displayed in various prompts.
+-aborthint ^C
+-helphint ^J
SECOND SECTION: File name dependant local option settings:
@@ -409,6 +416,7 @@ mode,"asis",rtn % % Meta chars as-is
mode,"language",rtn V Language
mode,"picture",rtn P picture %Zpicture%
mode,"type",rtn F File type [%Ztype%]
+mode,"title",rtn C Context %Ztitle%
menu,"more-options",rtn % % More options...
:defmenu more-options menu,"root",rtn
@@ -490,6 +498,8 @@ mode,"backpath",rtn % % Path to backup files %Zbackpath%
:defmenu cursor menu,"more-options",rtn
mode,"pg",rtn % % No. PgUp/PgDn lines %Zpg%
mode,"mid",rtn C Center on scroll %Zmid%
+mode,"left",rtn L Columns to scroll left %Zleft%
+mode,"right",rtn R Columns to scroll right %Zright%
mode,"floatmouse",rtn % % Click past end %Zfloatmouse%
mode,"rtbutton",rtn % % Right button %Zrtbutton%
@@ -750,6 +760,8 @@ defm2drag M2DRAG Select a region of words
defm3down M3DOWN Select the line at the mouse location
defm3up M3UP
defm3drag M3DRAG Select a region of lines
+defmiddleup MIDDLEUP
+defmiddledown MIDDLEDOWN Insert text
xtmouse ^[ [ M Introduces an xterm mouse event
extmouse ^[ [ < Introduces an extended xterm mouse event
@@ -766,12 +778,12 @@ extmouse ^[ [ < Introduces an extended xterm mouse event
:def aspellword psh,nextword,markk,prevword,markb,filt,"SPLTMP=ispell.tmp;cat >$SPLTMP;aspell --lang=",language,".",charset," -x -c $SPLTMP </dev/tty >/dev/tty;tr -d <$SPLTMP '\\012';/bin/rm $SPLTMP",rtn,retype,nextword
-aspellfile ^Q l
-aspellfile ^Q L
-aspellfile ^Q ^L
-aspellword ^Q n
-aspellword ^Q N
-aspellword ^Q ^N
+ispellfile ^Q l
+ispellfile ^Q L
+ispellfile ^Q ^L
+ispellword ^Q n
+ispellword ^Q N
+ispellword ^Q ^N
Compile macro