Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ shallow clones automatically. It aims to provide a similar experience to
- [:house_with_garden: Private Repositories - Parse HTTP as SSH](#house_with_garden-private-repositories---parse-http-as-ssh)
- [:toothbrush: Close & Clean](#toothbrush-close--clean)
- [:footprints: Tridactyl - Open in Neovim](#footprints-tridactyl---open-in-neovim)
- [:footprints: Qutebrowser - Open in Neovim](#footprints-qutebrowser---open-in-neovim)
- [:scroll: License](#scroll-license)
<!-- panvimdoc-ignore-end -->

Expand Down Expand Up @@ -662,6 +663,12 @@ bind ;go composite get_current_url | shellescape | js -p tri.excmds.exclaim("xdg

Set the keymap and terminal by preference.

### :footprints: Qutebrowser - Open in Neovim

```python
config.bind('<Space>.', 'spawn kitty -e xdg-open "nvim-gitdev://open/?repo={url}"')
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I dont like to hardcode the terminal app here, not sure if there is a better way?

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TERMINAL environment variable, or something like i3-sensible-terminal (which also considers TERMINAL).
I am fine with hard-coding a terminal in the recipes section.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the reply. I tried the TERMINAL environment variable, but i don't have access to it in this context. I think i'll just keep it hardcoded for now

```

<!-- panvimdoc-ignore-start -->

## :scroll: License
Expand Down