浏览代码

Merge branch 'master' of github.com:10sr/dotfiles

Conflicts:
	_keysnail.js
pull/1/head
10sr 12 年前
父节点
当前提交
e2abff80b9
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. +4
    -1
      _keysnail.js

+ 4
- 1
_keysnail.js 查看文件

@@ -406,7 +406,6 @@ ext.add("if-mth-exist", function() {
if (MultipleTabService === undefined) display.echoStatusBar("mth not exist.");
},'if mth exist');

////////////////////////
// search web
ext.add("query-then-engine", function () {
prompt.reader({message : "Search Word?:",
@@ -740,3 +739,7 @@ key.setEditKey('C-<tab>', function (ev) {
key.setViewKey('I', function (ev, arg) {
ext.exec('instapaper-post-page-with-comment', arg, ev);
}, 'post page and comment', true);

key.setViewKey('C-<backspace>', function (ev, arg) {
ext.exec('list-tab-history', arg, ev);
}, 'List tab history', true);

正在加载...
取消
保存