⚡ 🎉 Geany
…for now should be consistend on linux and macOS (but no sync for now)
This commit is contained in:
26
.config/geany/plugins/geanydoc/geanydoc.conf
Normal file
26
.config/geany/plugins/geanydoc/geanydoc.conf
Normal file
@ -0,0 +1,26 @@
|
||||
[C]
|
||||
internal=false
|
||||
command0=man -P "col -b" -S 2:3:5 '%w'
|
||||
command1=devhelp -s '%w'
|
||||
|
||||
[C++]
|
||||
internal=false
|
||||
command0=man -P "col -b" -S 2:3:5 '%w'
|
||||
command1=devhelp -s '%w'
|
||||
|
||||
[PHP]
|
||||
internal=false
|
||||
command0=firefox "http://www.php.net/%w"
|
||||
|
||||
[Sh]
|
||||
internal=true
|
||||
command0=man -P "col -b" -S 1:4:5:6:7:8:9 '%w'
|
||||
|
||||
[Python]
|
||||
internal=true
|
||||
command0=pydoc '%w'
|
||||
|
||||
[None]
|
||||
internal=false
|
||||
command0=safari "https://searxng.jaandrle.cz/search?q=%w&language=all&time_range=&safesearch=0&categories=general"
|
||||
|
Reference in New Issue
Block a user