summary refs log tree commit diff stats
path: root/zsh
diff options
context:
space:
mode:
authorAlan Pearce2017-04-20 15:53:16 +0200
committerAlan Pearce2017-04-20 15:53:16 +0200
commit59de8ca45f6a624663154dbc08fd2808ea30934c (patch)
tree7fc455fa56eb089cb694b63aaeaef7a1ee1f8d07 /zsh
parent986c9b5b1d7cfa1f6633211a1526322f43cd8e6a (diff)
downloaddotfiles-59de8ca45f6a624663154dbc08fd2808ea30934c.tar.lz
dotfiles-59de8ca45f6a624663154dbc08fd2808ea30934c.tar.zst
dotfiles-59de8ca45f6a624663154dbc08fd2808ea30934c.zip
zsh: Rebind C-t
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.config/zsh/.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc
index 8a9c806..e4c9239 100644
--- a/zsh/.config/zsh/.zshrc
+++ b/zsh/.config/zsh/.zshrc
@@ -230,6 +230,7 @@ fi
 
 if zplug check junegunn/fzf
 then
+  bindkey '^T' transpose-chars
   _fzf_compgen_path() {
     echo "$1"
     command find -L "$1" \