add(nvim): ISwap swap nodes with a keystroke

This commit is contained in:
Léana 江 2023-03-28 21:10:38 +02:00
parent 6628a23834
commit dadc328e91
7 changed files with 53 additions and 5 deletions

View file

@ -1,4 +1,4 @@
function fish_greeting
# set_color $fish_color_option --bold --italics
# cat ~/TOH-Quotes/* | shuf -n 1
set_color $fish_color_option --bold --italics
cat ~/TOH-Quotes/* | shuf -n 1
end