浏览代码

update nvimrc

Kevin Heinicke 10 年之前
父节点
当前提交
e00fcc9c6b
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      .nvimrc

+ 3 - 0
.nvimrc

@@ -54,6 +54,7 @@ map <C-m> :TagbarToggle<CR>
 command W w
 command Wq wq
 command Q q
+command Qa qa
 command WQ wq
 
 "configure for guivim if its active
@@ -136,6 +137,8 @@ let g:vebugger_leader = "."
 set mouse=a
 set scrolloff=5
 
+" add some cpp-keywords
 syn keyword cppExceptions noexcept
 
+" allow mouse clicks to change cursor position
 set noequalalways