Fix spell

This commit is contained in:
2017-07-02 20:21:34 +05:30
committed by GitHub
parent 23a47762c1
commit d2494cd9e2
+1 -3
View File
@@ -29,12 +29,10 @@ Also, Desktop configuration files and resized icons are also included
* `./install.sh` * `./install.sh`
### TODO
* Should exit vim while closing application windoe
### Mapping keycodes ### Mapping keycodes
Suppose a key binding ( Eg: \<C-CR\> ) is not able map in console vim. Suppose a key binding ( Eg: \<C-CR\> ) is not able map in console vim.
Then we can troble shoot it by the following techniq. Then we can fix this in the following way
* Open any Neovim client which supports that key binding ( Eg: here, I opened Neovim python-client for GTK ) * Open any Neovim client which supports that key binding ( Eg: here, I opened Neovim python-client for GTK )
* enter `:terminal` * enter `:terminal`