首页 > TAG信息列表 > nnoremap
我的最新的vimrc配置
"/** "* @file .vimrc "* @brief vimrc "* @author shlian "* @version 1.1.0 "* @date 2020-09-21 "*/ set nocompatible " 关闭 vi 兼容模式 set smartindent "当在大括号中间回车的时候,他会智能缩进,因为他知道括号中间要缩进 set tabstop=4 set shiftwidth=4 se我的ideavimrc文件
Windows下ideavimrc文件为 _ideavimrc,位于 c:\Users\xxxx\ 用户目录下 nnoremap H ^ nnoremap L $ inoremap <c-h> <left> inoremap <c-l> <right> inoremap jj <esc> inoremap <c-d> <del> " 定义全局leader键 let mapleader="\&lVim-简单配置
Vim-简单配置 https://cloud.tencent.com/developer/article/1058322 https://www.cnblogs.com/highway-9/p/5984285.html 目录Vim-简单配置有插件无插件 https://gitee.com/luoxian1011/files/raw/master/.vimrc 有插件 " . . . . . . . S@t.. . . . . . . . . . .