To give you the best experience, this site uses cookies. Continuing to use 9bis.net means you agree to our use of cookies.
 

English version Russian version Version française Nederlandse versie Versión española Version portuguese Version polonaise Italian version Versiunea româna   KiTTY News

KiTTY : Forum

Last modification : -

KiTTY web site




Forum Home
 

Editor

Lionel Dyck - Sun 17/05/2009 04:52:03 CEST +0200

Is there an editor for linux files or only an editor for local files?

thx

cyd - Mon 18/05/2009 09:39:52 CEST +0200

In fact it is not a file editor (not for local nor remote).
It is only a command editor directly connected to the terminal.
I use it to write and correct my SQL requests then send them by one click.
Cyd

crash - Mon 18/05/2009 13:59:39 CEST +0200

it is possible to use bulit in editor, with shortcuts=no? (or define shortcuts for commands in kitty.ini, or add all command in the popup menu)
i have this settings because the shortcuts come across with some prog (i always get the print dialog when press F7 for create new dir in mc etc.)

crash

Cyd - Mon 18/05/2009 20:50:10 CEST +0200

Some shortcuts can be redefined into the kitty.ini file:
[Shortcuts]
editor={SHIFT}{F2}
winscp={SHIFT}{F3}
print={SHIFT}{F7}
printall={F7}
inputm={SHIFT}{F8}
viewer={SHIFT}{F11}
autocommand={SHIFT}{F12}
script={CONTROL}{F2}
sendfile={CONTROL}{F3}
getfile={CONTROL}{F4}
command={CONTROL}{F5}
tray={CONTROL}{F6}
visible={CONTROL}{F7}
input={CONTROL}{F8}
protect={CONTROL}{F9}
imagechange={CONTROL}{F11}
rollup={CONTROL}{F12}


Cyd

crash - Tue 19/05/2009 18:57:50 CEST +0200

thx, it works :)
if you have a free time please create a section in help with all .ini settings plz. and if it is possbile, please add a function to kitty to write all modifiable settings to .ini file when using portable dir. mode

crash

Pedro - Thu 10/09/2009 10:55:08 CEST +0200

HI,

For what I can understand if you press F12 you send all editor contents, if you want to send just one line you must select and mark it prior to send.
It would be nice to have a shortcut to send the cursor line instead of all editor's content.

Thnaks

Pedro

PS: By the way, I can not find the help crash is talking about....

Cyd - Thu 10/09/2009 13:24:48 CEST +0200

I have not written it yet. Sorry.
Cyd

Horaq - Wed 14/10/2009 12:00:10 CEST +0200

Hi, how can i delte default shortcuts? becose i am using f7 for mkdir in MC?
i try put to kitty.ini
shortcuts=yes
printall={SHIFT}{F5}
but didnt work :-(

Cyd - Wed 14/10/2009 12:43:02 CEST +0200

kitty.ini file is a standard windows ini file.
There are sections (identified by [ ]).
In you case you should write
[KiTTY]
shortcuts=yes
 
[Shortcuts]
print={F5}
printall={SHIFT}{F5}

Cyd




Answer


The forum is actually closed