diff --git a/src/parsers/normalmode.ts b/src/parsers/normalmode.ts index 393a7842..5f62c67f 100755 --- a/src/parsers/normalmode.ts +++ b/src/parsers/normalmode.ts @@ -14,7 +14,7 @@ export const DEFAULTNMAPS = { "O": "current_url open", "w": "fillcmdline winopen", "W": "current_url winopen", - "t": "tabopen", + "t": "fillcmdline tabopen", //["t": "fillcmdline tabopen", // for now, use mozilla completion "]]": "followpage next", "[[": "followpage prev",