Differences between version 11 and predecessor to the previous major change of FreeBSDNotes.
Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 11 | Last edited on Tuesday, December 6, 2005 11:09:10 am | by CraigBox | Revert |
Older page: | version 10 | Last edited on Wednesday, March 23, 2005 10:34:05 am | by PhilMurray | Revert |
@@ -67,6 +67,17 @@
- DrewBroadley
----
+
+!!Delete, Home and End key doesn't work in [FreeBSD] (using [PuTTY] and bash)
+
+Add the following to ~/.inputrc:
+
+<pre>
+"\e[3~": delete-char
+"\e[1~": beginning-of-line
+"\e[4~": end-of-line
+</pre>
+
FreeBSD does not have GNU 'seq' by default installed, it has 'jot' instead and is more functional than 'seq'. See the [man page|http://www.freebsd.org/cgi/man.cgi?query=jot&apropos=0&sektion=0&manpath=FreeBSD+5.3-RELEASE+and+Ports&format=html].