diff options
| author | Ahmed Abdelhalim <[email protected]> | 2016-03-22 15:02:38 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2016-03-22 15:02:38 +0100 |
| commit | 048a2952fca1f239d4a1c867488c2404149404e7 (patch) | |
| tree | ff0a58e28808414503362ac798533fdbb08d5786 | |
| parent | 7e575b8ebcb996aede455a00a4d8451dae01b4d4 (diff) | |
FEAT: enable mouse functionality
| -rw-r--r-- | .vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -91,6 +91,7 @@ set noeb vb t_vb= " set cursorline " highlight current line " set nocursorline " don't highlight current line set splitbelow " position the preview window below current windows +set mouse=a "enable mouse movements, default set mouse= " set vim startup faster if !empty(&viminfo) |
