diff options
author | Karel Kočí <cynerd@email.cz> | 2024-09-23 13:26:57 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2024-09-23 13:26:57 +0200 |
commit | 8b9ec7170fad1551d8d5e37d7ba9cf09d7363b7d (patch) | |
tree | 934e756ade8c6efb99a713a9baeefc765f8a4532 | |
parent | 61b967a8eba888616f62d1c4346d089b91e050ad (diff) | |
download | myconfigs-8b9ec7170fad1551d8d5e37d7ba9cf09d7363b7d.tar.gz myconfigs-8b9ec7170fad1551d8d5e37d7ba9cf09d7363b7d.tar.bz2 myconfigs-8b9ec7170fad1551d8d5e37d7ba9cf09d7363b7d.zip |
notes: switch to nvim
-rwxr-xr-x | config/sway/scripts/notes | 2 | ||||
m--------- | private | 0 |
2 files changed, 1 insertions, 1 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 -Subproject 2978cece71cd2a7835fd9094a3eb347ca602845 +Subproject a154e8010d45b3260336291503aec2162230f9b |