diff --git a/.gitmodules b/.gitmodules
index b5ce4c1..09e2591 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -13,6 +13,3 @@
 [submodule "zsh/zsh-vi-mode"]
 	path = zsh/zsh-vi-mode
 	url = https://github.com/jeffreytse/zsh-vi-mode.git
-[submodule "zsh/zsh-quiet-accept-line"]
-	path = zsh/zsh-quiet-accept-line
-	url = git@github.com:AdrieanKhisbe/zsh-quiet-accept-line.git
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 6f65304..eebd224 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -97,7 +97,7 @@ function zvm_after_init() {
         fi
         zle push-line # Clear buffer. Auto-restored on next prompt.
         BUFFER="cd ${(q)dir}"
-        zle quiet-accept-line
+        zle accept-line
         local ret=$?
         unset dir # ensure this doesn't end up appearing in prompt expansion
         zle reset-prompt
@@ -136,13 +136,11 @@ function zvm_after_init() {
             echo -e $PATHS > $FZY_CACHE
         fi
         cd_to "$(cat $FZY_CACHE | fzy -l 20)"
-        zle accept-line
     }
 
     function find_local_files() {
         zle -I
         cd_to "$(fd . -t d | fzy -l 20)"
-        zle accept-line
     }
 
     zle -N find_global_files
diff --git a/zsh/zsh-quiet-accept-line b/zsh/zsh-quiet-accept-line
deleted file mode 160000
index 2081e8b..0000000
--- a/zsh/zsh-quiet-accept-line
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 2081e8b394a605d3b776c4318cf77b4f067dc4a8