From 5464c73cf61e95e424aa73ce8c2ce5751c7d26b2 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Mon, 22 Aug 2011 11:32:18 -0700 Subject: watched some movies --- film/to-watch.page | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/film/to-watch.page b/film/to-watch.page index e8cf0cf..e6e2df8 100644 --- a/film/to-watch.page +++ b/film/to-watch.page @@ -22,15 +22,12 @@ Films To Watch * I Don't Want to Sleep Alone * Du Levande * Rykjavik 101 - * Brothers Bloom - * Mesrine (two films) * Dummy * Cypher * Silent Running - * The Limits of Control * WestWorld * Logan's Run - * Public Enemies + * Mondo Cane Documentaries: -- cgit v1.2.3 From 715eb8ffadb7c756d937179777d735c3b92dba78 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Thu, 25 Aug 2011 14:58:34 -0400 Subject: vim-gtk trick for natty --- software/vim.page | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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:: -- cgit v1.2.3 From ba1a98e6e6d0384d41367c1879134f4d45868536 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Thu, 25 Aug 2011 14:59:07 -0400 Subject: scratchpad --- scratch.page | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 scratch.page 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 + -- cgit v1.2.3