Skip to content

Instantly share code, notes, and snippets.

@weirdpattern
Created August 25, 2020 13:31
Show Gist options
  • Save weirdpattern/0831fd65d3f8ee6ab11a23dff65abc68 to your computer and use it in GitHub Desktop.
Save weirdpattern/0831fd65d3f8ee6ab11a23dff65abc68 to your computer and use it in GitHub Desktop.
set keymap vi-insert
Control-a: beginning-of-line
Control-b: backward-char
Control-d: delete-char
Control-e: end-of-line
Control-f: forward-char
Control-k: kill-line
Control-n: next-history
Control-p: previous-history
set keymap emacs-ctlx
v: vi-editing-mode
Control-v: "\C-xv\e"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment