summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2011-08-27 01:41:21 -0400
committerbnewbold <bnewbold@robocracy.org>2011-08-27 01:41:21 -0400
commitda1624dc0b3f0ffc5e705266e9c583b855042378 (patch)
tree153ddb8be14ce69fa5a804b43e700f42daab7840
parent69cbae1bc857c4f7a7215a297fb35c675451eddf (diff)
parentba1a98e6e6d0384d41367c1879134f4d45868536 (diff)
downloadknowledge-da1624dc0b3f0ffc5e705266e9c583b855042378.tar.gz
knowledge-da1624dc0b3f0ffc5e705266e9c583b855042378.zip
Merge branch 'master' of adelie:/srv/git/knowledge
-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::