From a1c2096376f0c1e00404d58641566f8bf7e8820e Mon Sep 17 00:00:00 2001 From: Harish K Date: Sat, 2 Jan 2016 12:25:23 +0530 Subject: [PATCH] Added Readme --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..49e3130 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# neovim-konsole + +This is a wrapper script and configurations files for running nvim as gui text editor in my Ubunutu desktop. + + +I tried to avoid most of key-binding limitations of a console vim. +this wrapper enable us to use +* Ctrl-S +* Ctrl-PageUP, Ctrl-PageDown +* Ctrl-Shift-PageUp, Ctrl-Shift-PageDown +* Distinguish b/w \ and \ +etc.. + +Then main reason to choose Konsole terminal emulator is its true-color support and its configurable keybinding mechanism + +True color support for nvim is enabled by default. + +Also, Desktop configuration files and resized icons are also included +