You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,8 @@ visual mode. Press `Ctrl+n` in visual mode and a cursor will be added to the nex
96
96
the current selection. Use `Ctrl+p` to remove the last cursor, `Ctrl+x` to remove the last
97
97
cursor and skip to the next cursor location. Simple edit commands like `c` or `d` will work just
98
98
fine, multiple key commands like `ciw` are not supported yet.
99
-
99
+
*[vim-blockle](https://github.com/jgdavey/vim-blockle) lets you change a `do..end` into a `{..}` by pressing `b` with the cursor on part of the block.
100
+
*[vim-airline](https://github.com/bling/vim-airline) sets the status bar and makes it more configurable and useful by showing things like the current Git branch, etc.
0 commit comments