- find key
- find pattern
- copy matches to clipboard/new tab
- copy match lines to clipboard/new tab
"keys": ["super+\\", "super+\\"]
literal"keys": ["super+\\", "super+1"]
regex"keys": ["super+\\", "super+2"]
ignore|literal"keys": ["super+\\", "super+3"]
ignore|regex
"init_input_panel": true,
"copy_to_clipboard": false,
"copy_to_new_tab": true,