microsoft / azurelinux

Linux OS for Azure 1P services and edge appliances
MIT License
4.08k stars 497 forks source link

Remove unexpected default vim mappings #9506

Closed bringhurst closed 1 week ago

bringhurst commented 1 week ago
Merge Checklist

All boxes should be checked before merging the PR (just tick any boxes which don't apply to this PR)


Summary

This PR removes the default vim key mapping overrides in /etc/vimrc. The current mappings create unexpected behavior (for example, vim will exit if you press the ESC key).

Change Log
Does this affect the toolchain?

NO

Test Methodology
bringhurst commented 1 week ago

Closing this. It appears to be a dupe of https://github.com/microsoft/azurelinux/pull/8504