Re: [dev] Sandy editor

From: pancake <pancake_AT_youterm.com>
Date: Wed, 01 Jun 2011 09:51:57 +0200

maybe I was not clear enought when I said that ^j = return and ^h =
backspace.

this is something done by the terminal, so you CANT bind them. and there
are other
control-keys that cannot be handled like control+shift.

this is why vi was done in this way. to work in all terminals without
problems.

and this is why im telling why modal editor is necessary if we dont want
to fall
into a emacs-like hell.

On 05/31/11 16:48, Bryan Bennett wrote:
> (Consider this my thoughts on a general text editor and not a
> review of Sandy - I've not tried Sandy since I found it on the
> Arch forums a ways back - long before being brought up here)
>
>
> I've recently thought a lot about editors, as I'm not satisfied with
> vi/vim and emacs chains are shitty beyond belief. I honestly think
> a modeless editor (in the vein of a 'windows editor') but with sane
> home-row keybindings would be the best of both worlds - the
> efficiency of vi's hand placement paired with an ability to just edit
> text that I feel vi (and ilk) lack. Some very important commands
> (undo, cut, copy, paste, Save, Quit, Close) would not need to move
> much from the Windows world, but we'd need to come up with
> bindings for movement. I'd like ^j/^k/^l/^; for linewise movement
> and another modifier for pagewise movement - possibly ctrl +alt?
> but since ^j is return, we may not be able to do so without trouble.
> (we'd also need to devise some system for "go to end of line" and
> "Beginning of line")
>
> Honestly, I dislike 'modal text editors' as I feel they make the task at
> hand more difficult that it was to begin with. Sure there's a lot to be
> said for the power they bring, but with some forethought and planning
> I think that most of the power and all of the 'usefulness' of a modal
> editor to a modeless one.
>
Received on Wed Jun 01 2011 - 09:51:57 CEST

This archive was generated by hypermail 2.2.0 : Wed Jun 01 2011 - 09:48:03 CEST