about summary refs log tree commit diff stats
path: root/edit/005-sandbox.mu
Commit message (Expand)AuthorAgeFilesLines
...
* 2466 - eliminate ':string' from scenariosKartik K. Agaram2015-11-211-1/+1
* 2446 - drop '-duplex' namespacing in recipesKartik K. Agaram2015-11-151-3/+3
* 2442Kartik K. Agaram2015-11-151-2/+1
* 2441 - never miss any specializationsKartik K. Agaram2015-11-151-1/+2
* 2417 - support mutable ingredients in headersKartik K. Agaram2015-11-101-6/+7
* 2371 - layer 5 of editKartik K. Agaram2015-11-051-59/+39
* 2309Kartik K. Agaram2015-10-281-17/+17
* 2267Kartik K. Agaram2015-10-091-1/+1
* 2260 - start tracing by depth rather than labelKartik K. Agaram2015-10-061-3/+3
* 2247 - type-check products of non-primitive recipesKartik K. Agaram2015-10-051-2/+2
* 2216Kartik K. Agaram2015-09-291-0/+13
* 2183 - environment + external editor using tmuxKartik K. Agaram2015-09-121-4/+1
* 2182Kartik K. Agaram2015-09-121-2/+0
* 2167Kartik K. Agaram2015-09-051-4/+2
* 2166Kartik K. Agaram2015-09-051-153/+29
* 2164Kartik K. Agaram2015-09-051-2/+1
* 2163Kartik K. Agaram2015-09-051-6/+4
* 2157 - edit/ now contains real layersKartik K. Agaram2015-09-051-47/+9
* 2156 - split edit.mu into multiple filesKartik K. Agaram2015-09-051-0/+683
# the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program 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 this program. If not, see <http://www.gnu.org/licenses/>. """ Ranger - main help file k Move around: Use the cursor keys, or "h" to go left, h l "j" to go down, "k" to go up, "l" to go right. j Close Ranger: Type "Q" Specific help: Type "?", prepended with a number: |0?| This index |1?| Basic movement and browsing |2?| Running Files |3?| The console |4?| File operations |5?| Ranger invocation ============================================================================== 0.1. General information Annotations like |1?| indicate that the topic is explained in more detail in chapter 1. You can type 1? to view it. ============================================================================== 0.2 Copying Copyright (C) 2009, 2010 Roman Zimbelmann <romanz@lavabit.com> This program 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. This program 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 this program. If not, see <http://www.gnu.org/licenses/>. ============================================================================== """ # vim:tw=78:sw=4:sts=8:ts=8:ft=help