Remove spaces at the end of lines

This commit is contained in:
Vladimir Rudnyh
2013-12-03 23:25:52 +04:00
parent 8af98f7d29
commit 196cfa0eb0
2 changed files with 6 additions and 6 deletions

View File

@@ -29,7 +29,7 @@ this:
```sh
# Accept suggestions without leaving insert mode
bindkey '^f' vi-forward-word
# or
# or
bindkey '^f' vi-forward-blank-word
```