• MrMonkey@lemm.ee
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 year ago

    Works the same as M-b for me (backwards-word)

    Make sure your /etc/inputrc or ~/.inputrc contains

    # mappings for Ctrl-left-arrow and Ctrl-right-arrow for word moving
    
    "\e[1;5C": forward-word
    
    "\e[1;5D": backward-word
    
    "\e[5C": forward-word
    
    "\e[5D": backward-word
    
    "\e\e[C": forward-word
    
    "\e\e[D": backward-word`
    
    • 𝒍𝒆𝒎𝒂𝒏𝒏@lemmy.one
      link
      fedilink
      English
      arrow-up
      2
      ·
      edit-2
      1 year ago

      Lemmy:

      > meme with problem

      > SolutionCommentMemeCommentCommentMemeQuestion

      Others:

      > meme with problem

      > BotCommentCommentAwardsAwardsBotShitpostAwardsShitpost

      I hope the formatting shows properly… And thanks for this 😁 now to update the .inputrc on my laptop and VPSes

      Edit: fix typo and formatting