aboutsummaryrefslogtreecommitdiffhomepage
path: root/sample.teco_ini
AgeCommit message (Expand)AuthorFilesLines
2025-03-03rename sample.teco_ini to fallback.teco_ini and mung it by defaultRobin Haberkorn1-93/+0
2025-02-27implemented ncurses clipboard support via external processesRobin Haberkorn1-1/+5
2025-02-16implemented mouse support via special ^KMOUSE and <EJ> with negative keysRobin Haberkorn1-0/+3
2024-12-30support +line[,column] and filename:line:column syntaxes when opening filesRobin Haberkorn1-4/+2
2024-12-28avoid some compiler warningsRobin Haberkorn1-1/+1
2024-12-24introduced true block and EOL commentsRobin Haberkorn1-29/+35
2024-09-23allow OSC-52 clipboards on all terminal emulatorsRobin Haberkorn1-1/+1
2024-09-16Curses: added support for cool Unicode icons (refs #5)Robin Haberkorn1-0/+3
2024-09-12function key macros have been reworked into a more generic key macro featureRobin Haberkorn1-2/+2
2024-09-09sample.teco_ini: fixed opening files with glob characters in their namesRobin Haberkorn1-1/+1
2024-09-09added raw ANSI mode to facilitate 8-bit clean editing (refs #5)Robin Haberkorn1-1/+1
2024-09-09Codepage guessing is done in .teco_ini (refs #5)Robin Haberkorn1-0/+3
2024-09-09implemented <EE> and <^E> commands for configuring encodings and translating ...Robin Haberkorn1-1/+1
2024-01-28cursor movement via fnkeys.tes now preserves the column as in most text editorsRobin Haberkorn1-0/+1
2023-06-18.teco_ini: don't set up any margins or indention settings on the unnamed bufferRobin Haberkorn1-0/+1
2017-03-250,8ED: Automatic case-folding of commandsRobin Haberkorn1-0/+3
2016-11-20updated sample.teco_ini: 2EJ now sets a more or less global memory limitRobin Haberkorn1-2/+2
2016-11-18implemented self-documenting (online) help systemRobin Haberkorn1-3/+5
2016-08-19Integrated clipboard supportRobin Haberkorn1-0/+3
2016-02-15implemented <$$> command for returning from a macroRobin Haberkorn1-3/+3
2016-02-03Gtk UI: automatically configure font of the command lineRobin Haberkorn1-0/+4
2015-06-27enable function key macros automatically when sourcing fnkeys.tesRobin Haberkorn1-4/+2
2015-06-24disable all Scintilla margins by defaultRobin Haberkorn1-1/+0
2015-06-22sample.teco_ini: avoid unnecessary ED-hook recursionsRobin Haberkorn1-0/+5
2015-02-23implemented to undo stack memory limitingRobin Haberkorn1-0/+3
2015-02-18added session.hg and session.vcs macrosRobin Haberkorn1-2/+1
2015-02-17added session.svn macro to set up a session profile in the current Subversion...Robin Haberkorn1-1/+3
2014-11-24allow disabling of buffer sessions. in sample.teco_ini, disable sessions auto...Robin Haberkorn1-5/+6
2014-11-24introduced $SCITECOCONFIG env variable, and set different default for $SCITEC...Robin Haberkorn1-0/+55