mirror of https://github.com/turtlebasket/env
Merge branch 'master' of https://github.com/turtlebasket/env
commit
84a3b1c661
|
@ -1,5 +1,6 @@
|
|||
# other stuff
|
||||
*.swp
|
||||
*.exe
|
||||
|
||||
# General
|
||||
.DS_Store
|
||||
|
@ -160,4 +161,30 @@ src/calva-fmt/atom-language-clojure/.cache/
|
|||
src/calva-fmt/atom-language-clojure/.bash_history
|
||||
|
||||
# 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%
|
||||
}
|
||||
|
||||
^!e::FocusOrOpen("gvim.exe", "gvim.bat")
|
||||
; ^!e::FocusOrOpen("gvim.exe", "gvim.bat")
|
||||
^!e::FocusOrOpen("code.exe", "code.cmd")
|
||||
^!v::FocusOrOpen("code.exe", "code.cmd")
|
||||
^!t::FocusOrOpen("windowsterminal.exe", "wt.exe")
|
||||
^!o::FocusOrOpen("Obsidian.exe", "Obsidian")
|
||||
^!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