diff --git a/.vimrc b/.vimrc
index b3ee82740f9af536e768a1fd16cc3824b9114852..217b29002771fd73492466b196e83773430beef1 100644
--- a/.vimrc
+++ b/.vimrc
@@ -347,6 +347,9 @@ exec "set <F25>=\<Esc>[I"
 " https://unix.stackexchange.com/questions/329641/can-i-remap-ctrl-j-and-ctrl-k-in-vim
 let g:C_Ctrl_j = 'off'
 
+" Disable tmux navigator when zooming the Vim pane
+let g:tmux_navigator_disable_when_zoomed = 1
+
 " You might have to force true color when using regular vim inside tmux as the
 " colorscheme can appear to be grayscale with "termguicolors" option enabled.
 if !has('gui_running') && &term =~ '^\%(screen\|tmux\)'