Leopard Terminal (and iTerm) Ignores Control Key Combos

后端 未结 3 1210
温柔的废话
温柔的废话 2021-01-13 02:04

I am very used to using Ctrl + A, Ctrl + E, Ctrl + L, etc. as shortcuts to operations (beginning of line, e

3条回答
  •  南方客
    南方客 (楼主)
    2021-01-13 02:09

    Check for vi mode (set -o) or a vi editing-mode or keymap (bind -v). The default mode is emacs, but it might be set to vi e.g. in ~/.bashrc (with set -o vi) or ~/.inputrc.

提交回复
热议问题