From d1643efc5ce377304e29855f82298bd93eb1d609 Mon Sep 17 00:00:00 2001 From: Ryan Date: Wed, 6 Mar 2024 22:17:55 +0800 Subject: [PATCH] fix(kitty): remove open with nvim --- .config/kitty/open-actions.conf | 5 ----- README.md | 6 +++++- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.config/kitty/open-actions.conf b/.config/kitty/open-actions.conf index 4a44d2e..da48fcb 100644 --- a/.config/kitty/open-actions.conf +++ b/.config/kitty/open-actions.conf @@ -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} diff --git a/README.md b/README.md index 70cae78..4d034d0 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,14 @@ Linux desktop with gruvbox colorscheme, following the KISS philosophy.
Old Screenshots
-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) +
# Installing