-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathkeys
110 lines (98 loc) · 1.95 KB
/
keys
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
interrupt c
suspend z
backspace h
enter j
return m
tabulation i
clear l
close x
command :
complete i
create c
delete d
edit e
insert i
layout y
move m
open o
quit q
reload r
reload_config R
rename r
repeat .
resize s
save s
search s
select v
select_line V
undo u
yank y
zoom z
left h
right l
up k
down j
alternate a
next n
previous p
split_horizontal s
split_vertical v
zoom_in +
zoom_out -
zoom_reset =
bookmark b
buffer b
download d
file f
session s
tab t
tag t
window w
scroll_page_up b
scroll_page_down f
scroll_up u
scroll_down d
scroll_line_up y
scroll_line_down e
scroll_prefix z
scroll_line_top t
scroll_line_middle z
scroll_line_bottom b
goto_top g
goto_bottom G
line_top H
line_middle M
line_bottom L
line_start 0
line_first_char ^
line_end $
word_previous_start b
word_space_previous_start B
word_next_start w
word_space_next_start W
word_next_end e
word_space_next_end E
char_forward f
char_backward F
char_forward_before t
char_backward_before T
char_repeat ;
char_repeat_reverse ,
paragraph_previous {
paragraph_next }
matching_item %
selection_other_end o
mark_set m
mark_jump '
macro_record q
macro_run @
search_forward /
search_backward ?
search_repeat n
search_repeat_reverse N
search_forward_current *
command_start b
command_end e
command_delete_backward_word w
command_delete_all d
command_delete_start u