Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 143846f

Browse files
committed
edited .plan
1 parent 1e68350 commit 143846f

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

vimception.js

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,13 +186,14 @@ function combo_tap(combo, action) {
186186
console.log('resetting f');
187187
reset();
188188
//cmd.add_shortcut(combo[0], reset)
189-
}, 800);
189+
}, 500);
190190
}
191191
function reset(e) {
192192
console.log('reset called');
193193
//that(combo, action);
194194
cmd.add_shortcut(combo[0], f);
195195
}
196+
console.log("combo tap for", combo);
196197

197198
reset();
198199
};
@@ -201,6 +202,14 @@ combo_tap('gg', focus_first);
201202

202203
// cut
203204
combo_tap('dd', def_cmd['x']);
205+
//{
206+
// 'd' : {
207+
// help : 'delete cell (press twice)',
208+
// help_index : 'ej',
209+
// count: 2,
210+
//cmd.add_shortcut('d', def_cmd['x'] );
211+
212+
204213

205214
// copy
206215
combo_tap('yy', def_cmd['c']);

0 commit comments

Comments
 (0)