diff --git a/dot_tmux.conf b/dot_tmux.conf
index 7e14b5c..149f06e 100644
--- a/dot_tmux.conf
+++ b/dot_tmux.conf
@@ -3,7 +3,7 @@
 # ==========================
 set -g default-terminal "screen-256color"
 set -g history-limit 50000
-#set -sg escape-time 0       # fix for delay in switching modes in vim
+set -sg escape-time 0       # fix for delay in switching modes in vim
 # set -g display-time 4000    # Tmux messages are displayed for 4 seconds
 # set -g remain-on-exit off
 set -g repeat-time 200	 # Allow multiple tmux commands to be run within time period (ms) without pressing the prefix (Default: 500)