xkeymacs on Visual C++ 2008

標準のC-sでは検索が使えないので如何すればいいんだとGoogle検索してみたら
etc/dot.xkeymacsにオリジナルコマンドを追加する方法があるのを発見した。

      (fset 'vs-incremental-search "\Ctrl+I")
      (fset 'vs-reverse-incremental-search "\Ctrl+S-I")
      (fset 'vs-intellisense' "\Ctrl+ ")

後は自分のxyzzyキーバインドと同じようにC-s,C-r,C-;指定して終わり。
インクリメンタルサーチなのでxyzzyの挙動とも一致して幸せ。