diff options
| -rw-r--r-- | lib/editor.ml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/editor.ml b/lib/editor.ml index 8241c58..3368966 100644 --- a/lib/editor.ml +++ b/lib/editor.ml | |||
| @@ -401,8 +401,8 @@ let handle_normal_command c = | |||
| 401 | get_register r >>= paste | 401 | get_register r >>= paste |
| 402 | (* Join *) | 402 | (* Join *) |
| 403 | | Shortcut (_, n, Join) -> | 403 | | Shortcut (_, n, Join) -> |
| 404 | let n = Option.(value ~default:1 n) in | 404 | let n = Option.(value ~default:2 n) in |
| 405 | Buffer.Action.join_lines ~n |> on_focused_buffer_or_new | 405 | Buffer.Action.join_lines ~n |> on_focused_buffer |
| 406 | (* Quit *) | 406 | (* Quit *) |
| 407 | | Simple (Ctrl 'Q') -> quit 0 | 407 | | Simple (Ctrl 'Q') -> quit 0 |
| 408 | (* Misc *) | 408 | (* Misc *) |
