-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvim_settings.xml
More file actions
79 lines (79 loc) · 2.61 KB
/
vim_settings.xml
File metadata and controls
79 lines (79 loc) · 2.61 KB
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
<application>
<component name="VimSettings">
<state version="4" enabled="true" />
<globalmarks />
<filemarks>
<file name="/Dummy.txt" timestamp="1536691338036">
<mark key="[" line="0" column="0" />
</file>
<file name="$USER_HOME$/PycharmProjects/python-course-from-MIT/fibbanocii series.py" timestamp="1525185893359">
<mark key="[" line="15" column="7" />
<mark key="]" line="7" column="15" />
<mark key="." line="7" column="15" />
<mark key="^" line="7" column="15" />
</file>
<file name="/Python Console" timestamp="1525594613896">
<mark key="[" line="0" column="0" />
</file>
<file name="$USER_HOME$/PycharmProjects/python-course-from-MIT/nothing.py" timestamp="1525436242740">
<mark key="[" line="8" column="18" />
<mark key="]" line="8" column="18" />
<mark key="^" line="8" column="18" />
<mark key="." line="8" column="18" />
</file>
<file name="$USER_HOME$/PycharmProjects/python-course-from-MIT/python using vim.py" timestamp="1535557687918">
<mark key="j" line="5" column="17" />
<mark key="[" line="9" column="18" />
<mark key="]" line="2" column="17" />
<mark key="." line="2" column="17" />
<mark key="^" line="2" column="17" />
</file>
</filemarks>
<jumps />
<registers>
<register name="1" type="2">
<text encoding="base64">cHJpbnQoYVs6XSkKICAgIAogICAgCg==</text>
</register>
<register name=""" type="4">
<text>]</text>
</register>
<register name=":" type="4">
<text>wq</text>
</register>
<register name="-" type="4">
<text>]</text>
</register>
</registers>
<search>
<last-dir>0</last-dir>
<show-last>false</show-last>
</search>
<history>
<history-search />
<history-cmd>
<entry>set number</entry>
<entry>help</entry>
<entry>wq</entry>
</history-cmd>
<history-expr />
<history-input />
</history>
<shortcut-conflicts>
<shortcut-conflict owner="ide">
<text>ctrl pressed V</text>
</shortcut-conflict>
<shortcut-conflict owner="vim">
<text>ctrl pressed N</text>
</shortcut-conflict>
<shortcut-conflict owner="vim">
<text>ctrl pressed S</text>
</shortcut-conflict>
<shortcut-conflict owner="ide">
<text>ctrl pressed C</text>
</shortcut-conflict>
<shortcut-conflict owner="vim">
<text>ctrl pressed A</text>
</shortcut-conflict>
</shortcut-conflicts>
</component>
</application>