|
From: <abe...@us...> - 2012-01-23 19:00:21
|
Revision: 5402
http://astlinux.svn.sourceforge.net/astlinux/?rev=5402&view=rev
Author: abelbeck
Date: 2012-01-23 19:00:10 +0000 (Mon, 23 Jan 2012)
Log Message:
-----------
vi (ex-vi), support Page-Up and Page-Down keys by default
Modified Paths:
--------------
branches/1.0/project/astlinux/target_skeleton/stat/etc/rc.conf
Modified: branches/1.0/project/astlinux/target_skeleton/stat/etc/rc.conf
===================================================================
--- branches/1.0/project/astlinux/target_skeleton/stat/etc/rc.conf 2012-01-21 22:24:01 UTC (rev 5401)
+++ branches/1.0/project/astlinux/target_skeleton/stat/etc/rc.conf 2012-01-23 19:00:10 UTC (rev 5402)
@@ -775,6 +775,8 @@
## a multi-line syntax, no blank lines or comments allowed.
VI_EDITOR_OPTIONS="set ignorecase
set showmode
+map \x1b[5~ \x02
+map \x1b[6~ \x06
map \x7f h"
## ISSUE is what is presented on running gettys (console)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|