mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-07 15:37:14 +02:00
Use 'keymodel=startsel' instead of 'behave mswin' since the latter ends visual mode when an arrow key is pressed.
git-svn-id: http://macvim.googlecode.com/svn/trunk@218 96c4425d-ca35-0410-94e5-3396d5c13a8f
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
" System gvimrc file for MacVim
|
||||
"
|
||||
" Maintainer: Björn Winckler <bjorn.winckler@gmail.com>
|
||||
" Last Change: Sun Aug 26 2007
|
||||
" Last Change: Wed Aug 29 2007
|
||||
"
|
||||
" This is a work in progress. If you feel so inclined, please help me improve
|
||||
" this file.
|
||||
@@ -21,8 +21,8 @@ if !exists("syntax_on")
|
||||
syntax on
|
||||
endif
|
||||
|
||||
" Shift + special movement key starts selection mode (<S-Left>, etc.)
|
||||
behave mswin
|
||||
" Shift + special movement key starts visual mode (<S-Left>, etc.)
|
||||
set keymodel=startsel
|
||||
|
||||
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user