diff options
author | aTanW <villy@sft.ru> | 2015-11-30 00:56:19 +0300 |
---|---|---|
committer | aTanW <villy@sft.ru> | 2015-11-30 00:56:19 +0300 |
commit | 0d857aa0786d7e074dd0890300b7498e9573ada7 (patch) | |
tree | aec45938513197b58ba7fb9c176640e5a6a89623 /utils/joe/files | |
parent | bb065396324bc0b2284e60926b33620da61f4379 (diff) |
joe: fix key bindings
Signed-Off-By: Vitaly Protsko <villy@sft.ru>
---
joerc | 7 -------
1 file changed, 7 deletions(-)
Diffstat (limited to 'utils/joe/files')
-rw-r--r-- | utils/joe/files/joerc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/utils/joe/files/joerc b/utils/joe/files/joerc index 2c42beebd..db1429793 100644 --- a/utils/joe/files/joerc +++ b/utils/joe/files/joerc @@ -246,7 +246,6 @@ mode,"spaces",rtn % % No tabs %Zspaces% } :windows Bindings common to all windows -type ^@ TO ÿ abort ^C abort ^K Q abort ^K ^Q @@ -614,12 +613,6 @@ defm2down M2DOWN :query Single-key query window :inherit windows -:querya Single-key query window for quoting -type ^@ TO ÿ - -:querysr Search & replace query window -type ^@ TO ÿ - :shell Input to shell windows :inherit main "" ^C Abort |