|
1 |
| -*index.txt* For Vim version 8.0. Last change: 2017 Aug 02 |
| 1 | +*index.txt* For Vim version 8.1. Last change: 2018 Apr 19 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar
|
@@ -959,7 +959,7 @@ tag command note action in Visual mode ~
|
959 | 959 | |v_i{| i{ same as iB
|
960 | 960 | |v_i}| i} same as iB
|
961 | 961 | |v_o| o move cursor to other corner of area
|
962 |
| -|v_r| r 2 delete highlighted area and start insert |
| 962 | +|v_r| r 2 replace highlighted area with a character |
963 | 963 | |v_s| s 2 delete highlighted area and start insert
|
964 | 964 | |v_u| u 2 make highlighted area lowercase
|
965 | 965 | |v_v| v make Visual mode characterwise or stop
|
@@ -1583,13 +1583,17 @@ tag command action ~
|
1583 | 1583 | |:tjump| :tj[ump] like ":tselect", but jump directly when there
|
1584 | 1584 | is only one match
|
1585 | 1585 | |:tlast| :tl[ast] jump to last matching tag
|
| 1586 | +|:tmapclear| :tmapc[lear] remove all mappings for Terminal-Job mode |
| 1587 | +|:tmap| :tma[p] like ":map" but for Terminal-Job mode |
1586 | 1588 | |:tmenu| :tm[enu] define menu tooltip
|
1587 | 1589 | |:tnext| :tn[ext] jump to next matching tag
|
| 1590 | +|:tnoremap| :tno[remap] like ":noremap" but for Terminal-Job mode |
1588 | 1591 | |:topleft| :to[pleft] make split window appear at top or far left
|
1589 | 1592 | |:tprevious| :tp[revious] jump to previous matching tag
|
1590 | 1593 | |:trewind| :tr[ewind] jump to first matching tag
|
1591 | 1594 | |:try| :try execute commands, abort on error or exception
|
1592 | 1595 | |:tselect| :ts[elect] list matching tags and select one
|
| 1596 | +|:tunmap| :tunma[p] like ":unmap" but for Terminal-Job mode |
1593 | 1597 | |:tunmenu| :tu[nmenu] remove menu tooltip
|
1594 | 1598 | |:undo| :u[ndo] undo last change(s)
|
1595 | 1599 | |:undojoin| :undoj[oin] join next change with previous undo block
|
|
0 commit comments