add nvim context menu
This commit is contained in:
parent
c7b70c29db
commit
85d3134481
3 changed files with 16 additions and 5 deletions
|
|
@ -2,9 +2,9 @@
|
|||
Type=Service
|
||||
ServiceTypes=KonqPopupMenu/Plugin
|
||||
MimeType=inode/directory
|
||||
Actions=RunGhosttyDir
|
||||
Actions=RunCodeDir
|
||||
|
||||
[Desktop Action RunGhosttyDir]
|
||||
Name=Open Ghostty here
|
||||
Icon=com.mitchellh.ghostty
|
||||
Exec=ghostty +new-window --working-directory="%F"
|
||||
[Desktop Action RunCodeDir]
|
||||
Name=Open with Nvim
|
||||
Icon=nvim
|
||||
Exec=ghostty +new-window --working-directory="~/.config" -e nvim .
|
||||
10
configs/services-menu/open-with-nvim.desktop
Normal file
10
configs/services-menu/open-with-nvim.desktop
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[Desktop Entry]
|
||||
Type=Service
|
||||
ServiceTypes=KonqPopupMenu/Plugin
|
||||
MimeType=inode/directory
|
||||
Actions=RunCodeDir
|
||||
|
||||
[Desktop Action RunCodeDir]
|
||||
Name=Open with Nvim
|
||||
Icon=nvim
|
||||
Exec=antigravity %F
|
||||
Reference in a new issue