Fix bindings

This commit is contained in:
Ruslan Kamashev 2018-09-08 03:51:37 +03:00
parent 2fdd82a8f0
commit dc3a366094
2 changed files with 8 additions and 15 deletions

View file

@ -729,7 +729,10 @@
:desc "Send to Transmit" :n "u" #'+macos/send-to-transmit
:desc "Send project to Transmit" :n "U" #'+macos/send-project-to-transmit
:desc "Send to Launchbar" :n "l" #'+macos/send-to-launchbar
:desc "Send project to Launchbar" :n "L" #'+macos/send-project-to-launchbar))
:desc "Send project to Launchbar" :n "L" #'+macos/send-project-to-launchbar)
(:when (featurep! :tools docker)
:desc "Docker" :n "D" #'docker))
(:desc "project" :prefix "p"
:desc "Browse project" :n "." #'+default/browse-project