Skip to content

Instantly share code, notes, and snippets.

@saveologypaul
Created August 30, 2012 17:51
Show Gist options
  • Save saveologypaul/3535309 to your computer and use it in GitHub Desktop.
Save saveologypaul/3535309 to your computer and use it in GitHub Desktop.
Notes from vim tutorial 1
To view a list of the following shortcuts and more…for bash, run the following command:
bind -p | vim - # to open it in vim
\C = ctrl
\e = alt
pry/bash/insert-mode in vim (emacs shortcuts - which is the default keyboard mode for bash)
alt-b back a word
alt-f jump forward a word
alt-l lowercase word right
alt-u uppercase word right
ctrl-b move back a letter
alt-d delete forward a word
ctrl-b move back a letter
ctrl-f move forward a letter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment