mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
feat(bootstrap): Initialise windows script
This commit is contained in:
parent
1cdb00ba50
commit
1025053406
12 changed files with 314 additions and 99 deletions
|
|
@ -297,6 +297,7 @@ const searchAliases = [
|
|||
["gh", "GitHub", "https://github.com/search?type=repositories&q="],
|
||||
["gg", "Google", "https://www.google.com/search?q="],
|
||||
["mc", "Metacritic", "https://www.metacritic.com/search/"],
|
||||
["nx", "NixPackages", "https://search.nixos.org/packages?query="],
|
||||
["ng", "NuGet", "https://www.nuget.org/packages?q="],
|
||||
["np", "npm", "https://www.npmjs.com/search?q="],
|
||||
["pa", "Pacman", "https://archlinux.org/packages/?q="],
|
||||
|
|
@ -324,6 +325,8 @@ const searchAliases = [
|
|||
["yt", "YouTube", "https://www.youtube.com/results?search_query="],
|
||||
];
|
||||
|
||||
api.unmap("on")
|
||||
|
||||
// Add all search aliases
|
||||
searchAliases.forEach(([alias, name, url]) => {
|
||||
_addSearchAlias(alias, name, url);
|
||||
|
|
@ -1003,4 +1006,3 @@ addVimMapKey(
|
|||
// #region Hints
|
||||
api.Hints.setCharacters("qwfpgarstdcv"); // Left-hand keys
|
||||
// #endregion
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue