From 8b9ec7170fad1551d8d5e37d7ba9cf09d7363b7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 23 Sep 2024 13:26:57 +0200 Subject: notes: switch to nvim --- config/sway/scripts/notes | 2 +- private | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/sway/scripts/notes b/config/sway/scripts/notes index ebe2684..8f025fb 100755 --- a/config/sway/scripts/notes +++ b/config/sway/scripts/notes @@ -1,5 +1,5 @@ #!/bin/sh cd ~/notes find * -type f | wofi -d -p 'notes' | while read -r note; do - nohup alacritty -e vim ~/notes/"$note" >/dev/null 2>&1 & + nohup alacritty -e nvim ~/notes/"$note" >/dev/null 2>&1 & done diff --git a/private b/private index 2978cec..a154e80 160000 --- a/private +++ b/private @@ -1 +1 @@ -Subproject commit 2978cece71cd2a7835fd9094a3eb347ca602845d +Subproject commit a154e8010d45b3260336291503aec2162230f9b7 -- cgit v1.2.3