Vi keybindings for R command line like in Bash

后端 未结 3 766
盖世英雄少女心
盖世英雄少女心 2021-02-05 13:35

Context

I like editing and manipulating the bash command line using vi-style key bindings with the following setting:

set -o vi

Howev

3条回答
  •  無奈伤痛
    2021-02-05 13:41

    The R commandline seems to use Readline. Readline uses .inputrc for settings:

    set keymap vi
    

    to your ~/.inputrc.

提交回复
热议问题