From 98a7991e69770526eb591a695df284d92434275d Mon Sep 17 00:00:00 2001 From: Shu Uesugi Date: Mon, 27 Jul 2015 14:11:15 -0700 Subject: [PATCH] Vim-mode should support soft-wrap See: https://github.com/atom/vim-mode/issues/796#issuecomment-125340871 --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 06257b9a..200a3bba 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,7 @@ wasn't built in a day). If you want the vim ex line (for `:w`, `:s`, etc.), you can try [ex-mode](https://atom.io/packages/ex-mode) which works in conjuction with this plugin. -Currently, vim-mode requires soft line wraps to be disabled, and has some issues -with international keyboard layouts. +Currently, vim-mode has some issues with international keyboard layouts. If there's a feature of Vim you're missing, it might just be that you use it more often than other developers. Adding a feature can be quick and easy. Check