Bug 30073
| Summary: | vim is missing important features (like :split and visual mode) | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | keithu <keithu> |
| Component: | vim | Assignee: | Bernhard Rosenkraenzer <bero> |
| Status: | CLOSED NOTABUG | QA Contact: | David Lawrence <dkl> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.1 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2001-02-28 20:00:50 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
keithu@parl.clemson.edu
2001-02-28 20:00:47 UTC
:split and friends are not features of the standard vi, therefore they aren't in vim-minimal. Use vim-enhanced and they'll do just what you expect. A very useful command is "alias vi=vim" Ack! You've got to be kidding! Why the change? Under RH7.0, /bin/vi is a nice, tiny editor (360K) that includes features like :split and friends. Now, I have to use that mammoth /usr/bin/vim at a whopping 1.8M or something ridiculous? <sigh> Not to mention having to remember to install it (apparently wasn't installed by default on the install I did). Frankly, that sucks. |