MCPcopy Index your code
hub / github.com/philc/vimium / newPostFindMode

Function newPostFindMode

content_scripts/mode_find.js:38–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36// 3. If the very-next keystroke is Escape, then drop immediately into insert mode.
37//
38const newPostFindMode = function () {
39 if (!document.activeElement || !DomUtils.isEditable(document.activeElement)) {
40 return;
41 }
42 return new PostFindMode();
43};
44
45class PostFindMode extends SuppressPrintable {
46 constructor() {

Callers 2

hideFindModeFunction · 0.85
findNextMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected