Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

diakonos(1) [debian man page]

diakonos(1)							     diakonos							       diakonos(1)

NAME
diakonos - a customizable, usable console-based text editor SYNOPSIS
diakonos [files] Basic Commands Following are some of the most common commands and their default key bindings. Not all commands are listed here. For a comprehensive list- ing, see the configuration file. Movement Arrow keys Cursor movement Home, End Move cursor to beginning or end of current line Page Up, Page Down Pitch buffer view by one screenful of text Alt-Up, Alt-Down Scroll up, down Editor Control Ctrl-Q Quit F1 List key bindings F12 Edit user's configuration file Alt-M Start/stop macro recording F4 Play macro F6 Repeat last command File/Buffer Control Ctrl-O Open a file Ctrl-S Save current buffer Alt-S Save current buffer to specific filename Ctrl-W Close current buffer Ctrl-N Create new empty buffer Alt-Shift-T Specify buffer content type Alt-1 to Alt-9 Switch among first 9 buffers Alt-minus, Alt-= Switch buffers Ctrl-Z Undo Ctrl-Y Redo Clipboard Ctrl-space Anchor selection (like emacs) Ctrl-C Copy selection to clipboard Ctrl-X Copy selection to clipboard and delete (i.e. cut) Ctrl-V Paste clipboard text Alt-U Unselect (stop selecting) Ctrl-K Cut current line (can collect multiple lines) Searching Ctrl-F Find Ctrl-Alt-F Find upwards F3 Find again Shift-F3 Find again upwards Ctrl-R Search and replace Ctrl-Alt-U Clear match highlight FURTHER INFORMATION
For more information on Diakonos see: http://purepistos.net/diakonos/ http://wiki.purepistos.net/doku.php?id=Diakonos:Getting-Started http://wiki.purepistos.net/doku.php?id=Diakonos:Tips-and-Tricks AUTHOR
Diakonos is by Pistos Christou This package is maintained by Ralph Amissah 0.8.12 2010-02-18 diakonos(1)

Check Out this Related Man Page

SAKURA(1)																 SAKURA(1)

NAME
sakura - A simple but powerful libvte-based terminal emulator. SYNOPSIS
sakura [options...] DESCRIPTION
sakura is a terminal emulator based on GTK+ and VTE. It's a terminal emulator with few dependencies, so you don't need a full GNOME desktop installed to have a decent terminal emulator. HELP OPTIONS
-?, --help Show help options. --help-all Show all help options --help-gtk Show GTK+ Options APPLICATION OPTIONS
-v, --version Print version number -f, --font Select initial terminal font -n, --ntabs Select initial number of tabs -x, --execute Execute command -e, --xterm-execute Execute command (compatible with xterm's -e option) -l, --login Login shell -t, --title Set window title -c, --columns Set columns number -r, --rows Set rows number -h, --hold Hold window after execute command --display=DISPLAY X display to use --config-file=FILENAME Use alternate configurtation file. Path is relative to the sakura config dir. (Example: ~/.config/sakura/FILENAME). GTK+ OPTIONS --class=CLASS Program class as used by the window manager --name=NAME Program name as used by the window manager --screen=SCREEN X screen to use --sync Make X calls synchronous --gtk-module=MODULES Load additional GTK+ modules --g-fatal-warnings Make all warnings fatal KEYBINDINGS SUPPORT
sakura supports keyboard bindings. They are configurable by setting the following properties in your sakura config file (~/.config/sakura/sakura.conf). ACCELERATORS Accelerators can be set to any mask value from the GdkModifierType in gdktypes.h; see: http://www.krugle.org/examples/p-6R7SuZt1c28ljzpZ/gdktypes.h or, on your own system: /usr/include/gtk-2.0/gdk/gdkkeysyms.h Mask values can be combined by ORing them. For example, to set the delete tab accelerator to Ctrl + Shift: del_tab_accelerator=5 because GDK_SHIFT_MASK has a value of 1 (1 << 0), and GDK_CONTROL_MASK has a value of 4 (1 << 2); ORing them together, you get 5. I realise that this configuration is not so friendly to non-programmers, but it is a start. :) KEYS For example, to set the add tab key to 'T': add_tab_key=T Before sakura used keycodes instead of strings. They're still valid. DEFAULTS Ctrl + Shift + T -> New tab Ctrl + Shift + W -> Close current tab Ctrl + Shift + C -> Copy selected text Ctrl + Shift + V -> Paste selected text Alt + Left cursor -> Previous tab Alt + Right cursor -> Next tab Alt + [1-9] -> Switch to tab N (1-9) Ctrl + Shift + S -> Toggle scrollbar Ctrl + Shift + Mouse left button -> Open link F11 -> Fullscreen You can also increase and decrease the font size in the GTK+ standard way (not configurable): Ctrl + '+' -> Increase font size Ctrl + '-' -> Decrease font size BUGS
sakura is hosted on Launchpad. Bugs can be filed at: https://bugs.launchpad.net/sakura AUTHORS
sakura was written by David Gomez <david@pleyades.net>. This manual page was written by Andrew Starr-Bochicchio <a.starr.b@gmail.com>. Both are released under the GNU General Public License, version 2 or later. 3.0.4 2012-04-30 SAKURA(1)
Man Page