Skip to content

Commit 7f60045

Browse files
author
Tom Oram
committed
Display <leader> in readme
1 parent 5d03cef commit 7f60045

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,19 @@ When inside a PHP file the following mappings work
2727

2828
### EXTRACT METHOD
2929
Go into visual mode and select the code you want to extract to a new
30-
method the press <Leader>rem
30+
method the press `<Leader>rem`
3131

3232
You will be prompted for the name of the new method.
3333

3434
### RENAME LOCAL VARIABLE
3535
In normal mode move the cursor so it's inside the name of the variable
36-
which you want to rename. Press <Leader>rlv
36+
which you want to rename. Press `<Leader>rlv`
3737

3838
You will be prompted for the new name of the variable.
3939

4040
### LOCAL VARIABLE TO INSTANCE VARIABLE
4141
In normal mode move the cursor so it's inside the name of the variable
42-
which you want to rename. Press <Leader>rli
42+
which you want to rename. Press `<Leader>rli`
4343

4444
### OPTIMIZE USE
45-
Simple press <Leader>rou to run the optimize use refactoring.
45+
Simple press `<Leader>rou` to run the optimize use refactoring.

0 commit comments

Comments
 (0)