Open NERDTreeFind in today launcher
[khome.git] / home / lib / login_functions.sh
index 4e99f7f..d585191 100644 (file)
@@ -471,7 +471,7 @@ today() {
     then
         daily_todo_file_template > "$file"
     fi
-    cd "$DIR_TODO" && "$EDITOR" "$file"
+    cd "$DIR_TODO" && "$EDITOR" $EDITOR_ARGS "$file"
 }
 
 todo() {
This page took 0.02313 seconds and 4 git commands to generate.