Merge pull request #494 from glacambre/turn_functions_into_aliases

Turn functions into aliases
This commit is contained in:
Oliver Blanthorn 2018-05-08 09:01:08 +01:00 committed by GitHub
commit dbdbfb0322
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 12 deletions

View file

@ -160,6 +160,8 @@ const DEFAULTS = o({
tlast: "tablast",
bd: "tabclose",
bdelete: "tabclose",
quit: "tabclose",
q: "tabclose",
sanitize: "sanitise",
tutorial: "tutor",
h: "help",

View file

@ -1405,18 +1405,6 @@ export async function undo() {
}
}
/** Synonym for [[tabclose]]. */
//#background
export async function quit() {
tabclose()
}
/** Convenience shortcut for [[quit]]. */
//#background
export async function q() {
tabclose()
}
/** Move the current tab to be just in front of the index specified.
Known bug: This supports relative movement, but autocomple doesn't know