@@ -11,7 +11,7 @@ a particular configuration for improved productivity.
11
11
The goal is to develop a good configuration for the Vim editor, tailored
12
12
for Python development.
13
13
14
- It does not change the behaviour of VIM, since this configuration only
14
+ It does not change the behavior of VIM, since this configuration only
15
15
adds comfortable shortcuts, and settings that are recommended for
16
16
software development (coding good practices).
17
17
@@ -67,7 +67,7 @@ files for this project (not the extra packages, though).
67
67
68
68
Features
69
69
--------
70
- The leader key (``<leader> ``) can be customised , but it's mapped to ``- `` by
70
+ The leader key (``<leader> ``) can be customized , but it's mapped to ``- `` by
71
71
default.
72
72
73
73
* ``<leader> `` + ``j ``: Toggle the margin at the column number set by ``textwidth ``.
@@ -96,7 +96,9 @@ default.
96
96
97
97
* ``<leader> `` + ``nh `` as a shortcut for ``:nohlsearch `` (No highlight).
98
98
99
- * A colour scheme I like.
99
+ * A color scheme I like.
100
+
101
+ * Customizations for certain file types: Python, YAML, XML, and more to come over time.
100
102
101
103
* A status line with useful information (file name with path, modification
102
104
flag, file type, column, lines, and position (in %).
@@ -128,28 +130,30 @@ default.
128
130
* ``<C-j> ``: for moving between splits (instead of ``<C-W><C-j> ``).
129
131
Same for ``h ``, ``k ``, or ``l `` respectively.
130
132
133
+ * `Ctrl ` + `C `: Copy selected content to clipboard.
134
+
131
135
* Other features
132
136
133
137
* ``scrolloff=10 ``: offset of 10 lines when scrolling
134
138
* Performance improvements
135
139
* Silent bells
136
140
* Set hidden buffers
137
141
138
- Colour scheme
139
- -------------
142
+ Color scheme
143
+ ------------
140
144
141
- The colour scheme requires the terminal to support 256 colours . Most of the
145
+ The color scheme requires the terminal to support 256 colors . Most of the
142
146
terminals already support this, but some terminal multiplexers like ``tmux ``
143
147
might require to be run as: ``tmux -2 `` in order to support this.
144
148
145
149
In addition, just the command-line classic Vim version is supported, so no
146
- support for ``Gvim `` or graphical versions is included for the colour scheme,
150
+ support for ``Gvim `` or graphical versions is included for the color scheme,
147
151
although pull requests are welcomed.
148
152
149
153
Captures
150
154
^^^^^^^^
151
155
152
- Here are some examples of how the colour scheme looks like.
156
+ Here are some examples of how the color scheme looks like.
153
157
154
158
.. image :: https://rmariano.github.io/itarch/vim-capture1.png
155
159
:target: https://rmariano.github.io/itarch/vim-capture1.png
@@ -185,7 +189,7 @@ Dependencies
185
189
------------
186
190
187
191
* Vim 8+
188
- * Linux (Other platforms are supported on a best-effort basis).
192
+ * Linux, OSX (Other platforms are supported on a best-effort basis).
189
193
190
194
191
195
External plug-ins
0 commit comments