Skip to content

Compare: Tips

New page
Showing with 798 additions and 575 deletions.
  1. +113 −0 How-to-fix-errors-in-your-.keysnail.js-(ja).md
  2. +115 −0 How-to-fix-errors-in-your-.keysnail.js.md
  3. +569 −574 Plugin.textile
  4. 0 Tips-japanese.md → Tips-japanese.textile
  5. +1 −1 Tips.textile
2 changes: 1 addition & 1 deletion Tips.textile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Install the K2Emacs plugin from the [[plugin]] page
Add the following to the %PRESERVE% area in ~/.keysnail.js :

pre. key.setEditKey ('C-i', function (ev, arg) {
ext.exec ( "edit_text", arg);
ext.exec ( "edit_text", arg, ev);
}, "Edit in external editor", true);

pre. plugins.options [ "K2Emacs.editor" ] = "/usr/bin/gvim -f";
Expand Down