If I run evim foo
, where foo is a directory, I get a buffer that looks something like
" ============================================================================
" Netrw Directory Listing (netrw v156)
" /home/chris-henry/foo
" Sorted by name
" Sort sequence: [\/]$,\<core\%(\.\d\+\)\=\>,\.h$,\.c$,\.cpp$,\~\=\*$,*,\.o$,\.obj$,\.info$,\.swp$,\.bak$,\~$
" Quick Help: <F1>:help -:go up dir D:delete R:rename s:sort-by x:special
" ==============================================================================
../
./
bar/
baz/
qux
I can select text by using Shift
+ arrow keys (or in other, more modeful ways, I presume), but trying to select text with the mouse gives the error:
E21: "Cannot make changes, 'modifiable' is off"
But I wasn't trying to make changes; I was just trying to select text (in order to middle-click paste it elsewhere). And vim
(or netrw?) clearly has no problems with my selecting text, since I can do it with Shift
+ arrow keys. So why is click-and-drag a problem?