arrows |
scroll one line up/down or one column left/right |
[number] j/k |
move the selection 'number' (or one) line down/up |
h/l |
scroll left/right |
[number] g |
jump to the line number given or the first one if no number is entered |
G |
jump to the last line of the file (selecting it) |
/ |
start a quickfind search in the current screen |
n/N |
repeat the previous quickfind search forward/backward |
*/# |
search for the next/previous occurence of the currently selected text |
f |
activate 'follow' mode, which keep the display as the tail of the file (like "tail -f") |
glogg-0.9.2/filewatcher.cpp 0000664 0000000 0000000 00000011260 12223242463 0015622 0 ustar 00root root 0000000 0000000 /*
* Copyright (C) 2010 Nicolas Bonnefon and other contributors
*
* This file is part of glogg.
*
* glogg is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* glogg is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with glogg. If not, see