aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2007-12-08 20:18:34 +0000
committerRalph Amissah <ralph@amissah.com>2007-12-08 20:18:34 +0000
commita4b2e0c54b0c1438f819586037c17a86dd055444 (patch)
tree38cd269b132c88e4830bfd822c6569280bad9544
parentchangelog and version updated (diff)
vim search and replace default set to C-@
-rw-r--r--CHANGELOG8
-rw-r--r--data/sisu/conf/editor-syntax-etc/vim/ftplugin/sisu.vim2
2 files changed, 7 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index faa110b9..0e787caa 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -9,7 +9,7 @@ Reverse Chronological:
%% STABLE MANIFEST
-%% sisu_0.62.4.orig.tar.gz (2007-12-04:49/2)
+%% sisu_0.62.4.orig.tar.gz (2007-12-08:49/6)
http://www.jus.uio.no/sisu/pkg/src/sisu_0.62.4.orig.tar.gz
sisu_0.62.4.orig.tar.gz
sisu_0.62.4-1.dsc
@@ -19,12 +19,16 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_0.62.4.orig.tar.gz
* gpl3 or later links to online source updated
+ * vim ftplugin search and replace keybinding set to C-@
+
+ * debian build version update
+
%% sisu_0.62.3.orig.tar.gz (2007-11-27:48/2)
http://www.jus.uio.no/sisu/pkg/src/sisu_0.62.3.orig.tar.gz
46511173fc0e3d75982debc37206fa6e 1481806 sisu_0.62.3.orig.tar.gz
494386aa1e44ebd9ea4d2c7bcfd41ba3 606 sisu_0.62.3-1.dsc
d7a5222e99c53c7bd561b1e322b8a490 145532 sisu_0.62.3-1.diff.gz
-
+
* html <hr> follows text, before footnotes (refine later)
* rsync remote images partial fix
diff --git a/data/sisu/conf/editor-syntax-etc/vim/ftplugin/sisu.vim b/data/sisu/conf/editor-syntax-etc/vim/ftplugin/sisu.vim
index 269530de..12cb5820 100644
--- a/data/sisu/conf/editor-syntax-etc/vim/ftplugin/sisu.vim
+++ b/data/sisu/conf/editor-syntax-etc/vim/ftplugin/sisu.vim
@@ -77,7 +77,7 @@
"% colorscheme slate
:map <C-C> :syntax on <cr> :colorscheme slate<cr>
"% search and replace
-:map <C-?> :.,$s///c "search and replace down
+:map <C-@> :.,$s///c "search and replace down
:map <c-G> :%s///c "search and replace whole file
:map <c-X> :rubyd gsub!(//,"")
"% pwd t64 working directory set to that of the file you're editing