Lines Matching refs:enter
9 Digraphs are used to enter characters that normally cannot be entered by
36 < You can use `:exe` to enter a hex number: >
52 enter the digraph.
73 There are two methods to enter digraphs: *i_digraph*
83 Note that when you enter CTRL-K {char1}, where {char1} is a special key, Vim
89 'B' <BS> 'B' will enter the broken '|' character (166)
90 'a' <BS> '>' will enter an 'a' with a circumflex (226)
91 CTRL-K '-' '-' will enter a soft hyphen (173)
96 For CTRL-K, there is one general digraph: CTRL-K <Space> {char} will enter
97 {char} with the highest bit set. You can use this to enter meta-characters.
101 hitting an <Esc> out of digraph context. Use CTRL-V 155 to enter meta-ESC
107 'digraph' option and use CTRL-K to enter digraphs.