blob: 8b291d00079c4596060f745b41b210f5ed0b4f63 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
bindkey -N viopp
bindkey -M viopp "t" down-line
bindkey -M viopp "n" up-line
bindkey -M viopp "^[" vi-cmd-mode
bindkey -M viopp "aW" select-a-blank-word
bindkey -M viopp "aa" select-a-shell-word
bindkey -M viopp "aw" select-a-word
bindkey -M viopp "iW" select-in-blank-word
bindkey -M viopp "ia" select-in-shell-word
bindkey -M viopp "iw" select-in-word
bindkey -M viopp "a(" select-bracketed
bindkey -M viopp "a)" select-bracketed
bindkey -M viopp "a<" select-bracketed
bindkey -M viopp "a>" select-bracketed
bindkey -M viopp "aB" select-bracketed
bindkey -M viopp "a[" select-bracketed
bindkey -M viopp "a]" select-bracketed
bindkey -M viopp "ab" select-bracketed
bindkey -M viopp "a{" select-bracketed
bindkey -M viopp "a}" select-bracketed
bindkey -M viopp "i(" select-bracketed
bindkey -M viopp "i)" select-bracketed
bindkey -M viopp "i<" select-bracketed
bindkey -M viopp "i>" select-bracketed
bindkey -M viopp "iB" select-bracketed
bindkey -M viopp "i[" select-bracketed
bindkey -M viopp "i]" select-bracketed
bindkey -M viopp "ib" select-bracketed
bindkey -M viopp "i{" select-bracketed
bindkey -M viopp "i}" select-bracketed
bindkey -M viopp "a'" select-quoted
bindkey -M viopp "a\"" select-quoted
bindkey -M viopp "a\`" select-quoted
bindkey -M viopp "i'" select-quoted
bindkey -M viopp "i\"" select-quoted
bindkey -M viopp "i\`" select-quoted
|