From 52a472c421bf06a417f94d09d43b010bdf1345cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20N=C3=A4gele?= Date: Mon, 8 Jul 2013 18:45:00 +0200 Subject: [PATCH] added a zsh keybind to make alt dot work in vi mode --- zshrc.local | 1 + 1 file changed, 1 insertion(+) diff --git a/zshrc.local b/zshrc.local index ef7e11e..36df034 100644 --- a/zshrc.local +++ b/zshrc.local @@ -1,4 +1,5 @@ setopt vi +bindkey '\e.' insert-last-word #alt . working in vim mode export TERM="screen-256color" # autostart tmux