Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
youngyangyang04 committed Feb 24, 2019
1 parent f05c43d commit 26f5666
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,9 @@ gg // Go to top of file
:%!xxd // View the assembly code for this file
:scriptnames // List all plugin files loaded
:!unix_command // Run Unix commands inside vim
:pwd // The present working directory can be displayed in Vim with
:cd %:p:h // To change to the directory of the currently open file
:reg // Show register
```

## Complicated shortcuts
Expand Down

0 comments on commit 26f5666

Please sign in to comment.