summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2016-03-22 15:02:38 +0100
committerAhmed Abdelhalim <[email protected]>2016-03-22 15:02:38 +0100
commit048a2952fca1f239d4a1c867488c2404149404e7 (patch)
treeff0a58e28808414503362ac798533fdbb08d5786
parent7e575b8ebcb996aede455a00a4d8451dae01b4d4 (diff)
FEAT: enable mouse functionality
-rw-r--r--.vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 142ad2b..73f87f9 100644
--- a/.vimrc
+++ b/.vimrc
@@ -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)