Elias Probst on Nostr: npub1vuhl7…rqwd7 the key for me to learn vim back then was to get rid of the habit ...
npub1vuhl7fr9sp6f26mhjdqumvxqalntqdha0r4zhynn5t9vuy2g7cwqzrqwd7 (npub1vuh…qwd7) the key for me to learn vim back then was to get rid of the habit of using the arrow keys. Sticking to "hjkl"-movements was the foundation for me to make more use of the advanced vim grammar, which always failed as soon as I moved my hands away from the central hjkl-based position.
Disabling the arrow keys is as easy as:
noremap <Up> <Nop>
noremap <Down> <Nop>
noremap <Left> <Nop>
noremap <Right> <Nop>
Published at
2024-10-24 15:21:58Event JSON
{
"id": "c60268043827eda8d133aa5ec22a39e24bad875893705d6c7b4933b730d3f662",
"pubkey": "f132535926b76776ed8a77593f070dca45e9c51a14718b88a41f191eb31a2080",
"created_at": 1729783318,
"kind": 1,
"tags": [
[
"p",
"672fff24658074956b779341cdb0c0efe6b036fd78ea2b9273a2cace1148f61c",
"wss://relay.mostr.pub"
],
[
"p",
"0867fd251b31fa1cfdcf864192e3b8a0c30ba1b3f4dc52655d0e713259024263",
"wss://relay.mostr.pub"
],
[
"e",
"633b39d6c6f5da9089ec6992e8c67fb042757d0db5ff1e6f4c660d3ecd630acb",
"wss://relay.mostr.pub",
"reply"
],
[
"proxy",
"https://mastodon.social/users/eliasp/statuses/113363079564924124",
"activitypub"
]
],
"content": "nostr:npub1vuhl7fr9sp6f26mhjdqumvxqalntqdha0r4zhynn5t9vuy2g7cwqzrqwd7 the key for me to learn vim back then was to get rid of the habit of using the arrow keys. Sticking to \"hjkl\"-movements was the foundation for me to make more use of the advanced vim grammar, which always failed as soon as I moved my hands away from the central hjkl-based position.\n\nDisabling the arrow keys is as easy as:\nnoremap \u003cUp\u003e \u003cNop\u003e\nnoremap \u003cDown\u003e \u003cNop\u003e\nnoremap \u003cLeft\u003e \u003cNop\u003e\nnoremap \u003cRight\u003e \u003cNop\u003e",
"sig": "901f5d0ff68d3c9187af32a03771542ba454db925de2a843118ed5027fd52f2d71f2952108887360bcdcd19c1cac29511a7e33cea1489fea3cd83203d25849e2"
}