Skip to content

Commit

Permalink
Use newlineB
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuuzetsu committed Oct 11, 2014
1 parent ae88ba9 commit 82fbb3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yi/src/library/Yi/Keymap/Emacs.hs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ emacsKeys univArg =
choice [ -- First all the special key bindings
spec KTab ?>>! adjIndent IncreaseCycle
, shift (spec KTab) ?>>! adjIndent DecreaseCycle
, spec KEnter ?>>! repeatingArg (insertB '\n')
, spec KEnter ?>>! repeatingArg newlineB
, spec KDel ?>>! repeatingArg (blockKillring >> deleteB')
, spec KBS ?>>! repeatingArg (blockKillring >>
adjBlock (-1) >>
Expand Down

0 comments on commit 82fbb3d

Please sign in to comment.