当前位置: 技术问答>linux和unix
vim光标配置
来源: 互联网 发布时间:2017-01-28
本文导语: 本人使用的vim配置很简单。在插入模式下,光标是长方形,怎么能改成类似windows下文本编辑的“I”形状,求高手指教。 | # This viminfo file was generated by Vim 7.2. # You may edit it if you're careful! # Val...
本人使用的vim配置很简单。在插入模式下,光标是长方形,怎么能改成类似windows下文本编辑的“I”形状,求高手指教。
|
# This viminfo file was generated by Vim 7.2.
# You may edit it if you're careful!
# Value of 'encoding' when this file was written
*encoding=utf-8
# hlsearch on (H) or off (h):
~H
# Command Line History (newest to oldest):
:q!
:q
# Search String History (newest to oldest):
# Expression History (newest to oldest):
# Input Line History (newest to oldest):
# Input Line History (newest to oldest):
# 寄存器:
""- CHAR 0
2
# 文件标记:
'0 10 0 /etc/fstab
'1 8 0 /etc/fstab
'2 9 33 /etc/fstab
# 跳转列表 (从新到旧):
-' 10 0 /etc/fstab
-' 1 0 /etc/fstab
-' 8 0 /etc/fstab
-' 9 0 /etc/fstab
-' 10 0 /etc/fstab
-' 1 0 /etc/fstab
-' 8 0 /etc/fstab
-' 9 0 /etc/fstab
-' 10 0 /etc/fstab
-' 1 0 /etc/fstab
-' 8 0 /etc/fstab
-' 9 0 /etc/fstab
-' 10 0 /etc/fstab
-' 1 0 /etc/fstab
-' 8 0 /etc/fstab
-' 9 0 /etc/fstab
# 文件内的标记历史记录 (从新到旧):
> /etc/fstab
" 10 0
. 10 0
+ 10 0
这是我的.vimrc文件内容,你看着配置吧