Skip to content

Commit 8b72617

Browse files
committed
Other cheat sheet add
1 parent 27859bc commit 8b72617

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

data/vim.json

+21
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,27 @@
259259
"code": "!!program"
260260
}
261261
]
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+
]
262283
}
263284
]
264285
}

0 commit comments

Comments
 (0)