-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: Implement ^ (by default) #236
Comments
Hello aksr, aksr writes:
[...] HTH! |
I know, thank you. Still, It should be default. |
In my opinion the |
Inside the browser, in normal mode, key-mappings (like I felt obliged to defend my seeing of things. |
I didn't notice that pentadactyl uses also |
Use the ^ to scroll to the absolute left of the document like pentadactyl does.
Thank you. |
Changes: The new vimb 2.11 is now released. With some new features and important bug fixes. I thank following people for providing ideas and patches: - Benjamin Petrenko - Chris Salzberg - Dmitrij D. Czarkoff - Jiri Marsicek - Leonardo Taccari - PLR - Yutao Yuan Added * Added hint-number-same-length option * VERBOSE flag to Makefile to toggle verbose make on * `<Esc>` removes selections in normal mode * Support for multiple configuration profiles. New parameter `-p` or `--profile` * Adds support for contenteditable attribute as input mode trigger [#237](fanglingsu/vimb#237) * Added `^` as normal mode alias of `0` [#236](fanglingsu/vimb#236) * Added :source command to source a config file * Added path completion for :save command too * Added closed-max-items option to allow to store more than one closed page Changed * Set only required CFLAGS * Replaced `-Wpedantic` with `-pedantic` CFLAGS for older gcc versions * Check for focused editable element as soon as possible * Do not blur the focused element after alt-tabbing * Show typed text as last completion entry to easily change it [#253](fanglingsu/vimb#253) Fixed * Fixed [#224](fanglingsu/vimb#224): Wrong URL and titles shown in case one or more pages could not be loaded. * Fixed Makefile install target using -D * Fixed [#232](fanglingsu/vimb#232): Fixed misplaced hint labels on some sites * Fixed [#235](fanglingsu/vimb#235): Randomly reset cookie file * Fixed none POSIX `echo -n` call
Even in old vi, existed '^' cursor motion.
The text was updated successfully, but these errors were encountered: