We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27859bc commit 8b72617Copy full SHA for 8b72617
data/vim.json
@@ -259,6 +259,27 @@
259
"code": "!!program"
260
}
261
]
262
+ },
263
+ {
264
+ "title": "অন্যান্য (Other)",
265
+ "items": [
266
267
+ "definition": "লাইনে যোগদান করুন",
268
+ "code": "J"
269
270
271
+ "definition": "শেষ টেক্সট চেঞ্জিং কমান্ডের পুনরাবৃত্তি করুন",
272
+ "code": "."
273
274
275
+ "definition": "শেষ পরিবর্তনটি পূর্বাবস্থায় ফেরান",
276
+ "code": "u"
277
278
279
+ "definition": "পলাইনে সমস্ত পরিবর্তনগুলি পূর্বাবস্থায় ফেরান",
280
+ "code": "U"
281
+ }
282
+ ]
283
284
285
0 commit comments