Created
August 30, 2012 17:51
-
-
Save saveologypaul/3535309 to your computer and use it in GitHub Desktop.
Notes from vim tutorial 1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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