summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--film/to-watch.page2
-rw-r--r--scratch.page6
-rw-r--r--software/vim.page6
3 files changed, 12 insertions, 2 deletions
diff --git a/film/to-watch.page b/film/to-watch.page
index 9d5edea..0bb81b4 100644
--- a/film/to-watch.page
+++ b/film/to-watch.page
@@ -30,6 +30,8 @@ Films To Watch
* Magnolia
* Babel
* At the Edge of Russia
+ * Cypher
+ * Mondo Cane
Documentaries:
diff --git a/scratch.page b/scratch.page
new file mode 100644
index 0000000..e7e9009
--- /dev/null
+++ b/scratch.page
@@ -0,0 +1,6 @@
+
+null webmail client
+http://www.nulllogic.ca/webmail/
+
+The Moon Is a Harsh Mistress by Robert A. Heinlein
+
diff --git a/software/vim.page b/software/vim.page
index cc37fe5..c0d339f 100644
--- a/software/vim.page
+++ b/software/vim.page
@@ -47,8 +47,10 @@ actually typing. To paste in the contents of the X11 clipboard you want to use::
"*P
-(aka quote, start, uppercase-P) in regular mode. This also solves the
-autotabbing problem without ":set paste"!
+(aka quote, star, uppercase-P) in regular mode. This also solves the
+autotabbing problem without ":set paste"! You need to have "+xterm_clipboard"
+in your ``vim --version`` output for this to work; the ``vim-gtk`` package on
+newer Ubuntus has been compiled with this flag (?).
Sometimes you really need tab characters instead of space indendation (eg, when
editing Makefiles). To use tabs when editing a file use::