Add basic aliases (mostly copied from pentadactyl and vim) to config

This commit is contained in:
Isaac Khor 2017-12-27 18:03:13 +08:00
parent d5b95c587f
commit e1106181ae

View file

@ -87,6 +87,28 @@ const DEFAULTS = o({
"zz": "zoom 1",
".": "repeat",
}),
"exaliases": o({
"b": "buffer",
"o": "open",
"w": "winopen",
"t": "tabopen",
"tn": "tabnext_gt",
"bn": "tabnext_gt",
"tnext": "tabnext_gt",
"bnext": "tabnext_gt",
"tp": "tabprev",
"tN": "tabprev",
"bp": "tabprev",
"bN": "tabprev",
"tprev": "tabprev",
"bprev": "tabprev",
"bfirst": "tabfirst",
"blast": "tablast",
"tfirst": "tabfirst",
"tlast": "tablast",
"bd": "tabclose",
"bdelete": "tabclose",
}),
"searchengine": "google",
"searchurls": o({
"google":"https://www.google.com/search?q=",