Remove the vi what-cursor-position binding
This commit is contained in:
parent
ec3738c8d5
commit
f3a1c638d3
|
@ -151,9 +151,6 @@ fi
|
||||||
# Edit command in an external editor.
|
# Edit command in an external editor.
|
||||||
bindkey -M vicmd "v" edit-command-line
|
bindkey -M vicmd "v" edit-command-line
|
||||||
|
|
||||||
# Show cursor position.
|
|
||||||
bindkey -M vicmd "ga" what-cursor-position
|
|
||||||
|
|
||||||
# Undo/Redo
|
# Undo/Redo
|
||||||
bindkey -M vicmd "u" undo
|
bindkey -M vicmd "u" undo
|
||||||
bindkey -M vicmd "$keyinfo[Control]R" redo
|
bindkey -M vicmd "$keyinfo[Control]R" redo
|
||||||
|
|
Loading…
Reference in a new issue