cmd+d for dataspell and j -> jupyter
This commit is contained in:
parent
6fef1ffcc6
commit
7d36b2f476
@ -12,6 +12,8 @@
|
||||
:webapp ["^com\\.apple\\.Safari\\.WebApp\\..+$"]
|
||||
:openai ["^com\\.Unite\\.openai$"]
|
||||
:perplexity ["^com\\.Unite\\.Perplexity$"]
|
||||
:jupyter ["^org\\.jupyter\\.jupyterlab-desktop$"]
|
||||
:dataspell ["^com\\.jetbrains\\.dataspell$"]
|
||||
:vikunja ["^com\\.Unite\\.Vikunja$"]}
|
||||
|
||||
:input-sources {:en {:language "en"}
|
||||
@ -93,6 +95,10 @@
|
||||
[:p [:open "/Users/anton/Applications/ChatGPT.app"]]
|
||||
[:i [:open "/Applications/Perplexity.app"] :!perplexity]
|
||||
[:i :!Ch :perplexity]
|
||||
[:j [:open "/Applications/JupyterLab.app"] :!jupyter]
|
||||
[:j :!Ch :jupyter]
|
||||
[:d [:open "/Users/anton/Applications/DataSpell.app"] :!dataspell]
|
||||
[:d :!Ch :dataspell]
|
||||
[:v [:open "/Applications/Vikunja.app"] :!vikunja]
|
||||
[:v :!Ch :vikunja]
|
||||
]}
|
||||
|
@ -40,7 +40,7 @@ map ctrl+f5 detach_window tab-left
|
||||
# modify_font cell_height +4px
|
||||
# modify_font cell_width 0px
|
||||
|
||||
font_family Menligaturized
|
||||
font_family Menligaturized
|
||||
bold_font auto
|
||||
italic_font auto
|
||||
bold_italic_font auto
|
||||
@ -1237,7 +1237,7 @@ tab_bar_style custom
|
||||
#: --login and --interactive to ensure that the shell starts in
|
||||
#: interactive mode and reads its startup rc files.
|
||||
|
||||
editor /usr/local/bin/nvim
|
||||
# editor /usr/local/bin/nvim
|
||||
|
||||
#: The terminal based text editor (such as vim or nano) to use when
|
||||
#: editing the kitty config file or similar tasks.
|
||||
|
Loading…
Reference in New Issue
Block a user