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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') 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 -- cgit v1.2.3