diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-10-02 03:41:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-02 03:41:11 +0200 |
commit | eeec0cab584864ea2dbd3e9fe9e4a9d6a69dbff8 (patch) | |
tree | 3d64b5ebde647dfbdecbe536e31697d499409112 /runtime/vimrc_example.vim | |
parent | 91e9c0a7eef842da39cc9665dc7659e7aa931071 (diff) | |
download | rneovim-eeec0cab584864ea2dbd3e9fe9e4a9d6a69dbff8.tar.gz rneovim-eeec0cab584864ea2dbd3e9fe9e4a9d6a69dbff8.tar.bz2 rneovim-eeec0cab584864ea2dbd3e9fe9e4a9d6a69dbff8.zip |
tui/terminfo_start: Default to normal-mode cursor shape. (#5419)
References #4867
For users who use a "bar" shape in the shell, it's annoying that Nvim starts
with that same cursor shape, despite starting in normal-mode. So default to the
normal-mode "block" shape instead. (Note: technically it's possible some user
may set 'insertmode', and then the opposite problem occurs. But 'insertmode' is
a silly option that shouldn't exist, and any user that uses it probably isn't
fiddling with their cursor shape anyways.)
Also rename the unibilium extensions:
enter_insert_mode => set_cursor_shape_bar
enter_replace_mode => set_cursor_shape_underline
exit_insert_mode => set_cursor_shape_block
to say explicitly what they do in the context of a terminal; it's irrelevant in
this context what purpose they serve in Nvim.
Diffstat (limited to 'runtime/vimrc_example.vim')
0 files changed, 0 insertions, 0 deletions