1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-06-29 10:17:25 +00:00

Remove the vi what-cursor-position binding

This commit is contained in:
Sorin Ionescu 2012-03-30 20:32:49 -04:00
parent ec3738c8d5
commit f3a1c638d3

View File

@ -151,9 +151,6 @@ fi
# Edit command in an external editor.
bindkey -M vicmd "v" edit-command-line
# Show cursor position.
bindkey -M vicmd "ga" what-cursor-position
# Undo/Redo
bindkey -M vicmd "u" undo
bindkey -M vicmd "$keyinfo[Control]R" redo