mirror of
https://github.com/rywng/dotfiles.git
synced 2024-11-21 18:31:49 +08:00
fix(kitty): remove open with nvim
This commit is contained in:
parent
fb9a01a940
commit
d1643efc5c
@ -13,8 +13,3 @@ action launch --type=os-window --cwd $FILE_PATH
|
||||
protocol file
|
||||
fragment_matches [0-9]+
|
||||
action launch --type=overlay --cwd=current nvim +${FRAGMENT} ${FILE_PATH}
|
||||
|
||||
# Open text files without fragments in the editor
|
||||
protocol file
|
||||
mime text/*
|
||||
action launch --type=overlay --cwd=current ${EDITOR} ${FILE_PATH}
|
||||
|
@ -10,10 +10,14 @@ Linux desktop with gruvbox colorscheme, following the KISS philosophy.
|
||||
<details open>
|
||||
<summary>Old Screenshots</summary>
|
||||
<br>
|
||||
These are screenshots I took 2 years ago when I was using [serenade](https://github.com/rywng/dotfiles/commit/85e37a124be69b2c9366c6745204457c91cb8871) :)
|
||||
|
||||
These are screenshots I took 2 years ago when I was using [serenade](https://github.com/rywng/dotfiles/commit/85e37a124be69b2c9366c6745204457c91cb8871) :)
|
||||
|
||||
Kept them around because they look quite good
|
||||
|
||||
![terminal](https://user-images.githubusercontent.com/72336775/176679848-a66143cb-0df8-4fd0-a567-66693c33741e.png)
|
||||
![blank](https://user-images.githubusercontent.com/72336775/176679629-c8da017a-2daf-4871-a34f-75bcd3738e28.png)
|
||||
|
||||
</details>
|
||||
|
||||
# Installing
|
||||
|
Loading…
Reference in New Issue
Block a user