mirror of https://github.com/turtlebasket/env
Merge branch 'master' of https://github.com/turtlebasket/env
commit
84a3b1c661
|
@ -1,5 +1,6 @@
|
||||||
# other stuff
|
# other stuff
|
||||||
*.swp
|
*.swp
|
||||||
|
*.exe
|
||||||
|
|
||||||
# General
|
# General
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
@ -161,3 +162,29 @@ src/calva-fmt/atom-language-clojure/.bash_history
|
||||||
|
|
||||||
# Leiningen
|
# Leiningen
|
||||||
.lein-repl-history
|
.lein-repl-history
|
||||||
|
|
||||||
|
|
||||||
|
# Windows thumbnail cache files
|
||||||
|
Thumbs.db
|
||||||
|
Thumbs.db:encryptable
|
||||||
|
ehthumbs.db
|
||||||
|
ehthumbs_vista.db
|
||||||
|
|
||||||
|
# Dump file
|
||||||
|
*.stackdump
|
||||||
|
|
||||||
|
# Folder config file
|
||||||
|
[Dd]esktop.ini
|
||||||
|
|
||||||
|
# Recycle Bin used on file shares
|
||||||
|
$RECYCLE.BIN/
|
||||||
|
|
||||||
|
# Windows Installer files
|
||||||
|
*.cab
|
||||||
|
*.msi
|
||||||
|
*.msix
|
||||||
|
*.msm
|
||||||
|
*.msp
|
||||||
|
|
||||||
|
# Windows shortcuts
|
||||||
|
*.lnk
|
||||||
|
|
|
@ -80,9 +80,14 @@ FocusOrOpen(name, launchExec:=-1)
|
||||||
Run, %launchExec%
|
Run, %launchExec%
|
||||||
}
|
}
|
||||||
|
|
||||||
^!e::FocusOrOpen("gvim.exe", "gvim.bat")
|
; ^!e::FocusOrOpen("gvim.exe", "gvim.bat")
|
||||||
|
^!e::FocusOrOpen("code.exe", "code.cmd")
|
||||||
^!v::FocusOrOpen("code.exe", "code.cmd")
|
^!v::FocusOrOpen("code.exe", "code.cmd")
|
||||||
^!t::FocusOrOpen("windowsterminal.exe", "wt.exe")
|
^!t::FocusOrOpen("windowsterminal.exe", "wt.exe")
|
||||||
^!o::FocusOrOpen("Obsidian.exe", "Obsidian")
|
^!o::FocusOrOpen("Obsidian.exe", "Obsidian")
|
||||||
^!w::FocusOrOpen("brave.exe")
|
^!w::FocusOrOpen("brave.exe")
|
||||||
|
^!s::FocusOrOpen("signal.exe", "Signal")
|
||||||
|
^!m::FocusOrOpen("spotify.exe", "Spotify")
|
||||||
|
^!j::FocusOrOpen("idea.exe", "idea.bat")
|
||||||
|
^!n::FocusOrOpen("nvim-qt.exe", "nvim-qt")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue