mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-10 12:53:27 +00:00
Add experimental vim-python package
This commit is contained in:
18
packages/vim-python/vimrc
Normal file
18
packages/vim-python/vimrc
Normal file
@@ -0,0 +1,18 @@
|
||||
set autowrite
|
||||
set backspace=2
|
||||
set hlsearch
|
||||
set ignorecase
|
||||
set incsearch
|
||||
set mouse=a
|
||||
set nocompatible
|
||||
set smartcase
|
||||
set smartindent
|
||||
set title
|
||||
|
||||
syntax on
|
||||
|
||||
" Scroll only one line for mouse wheel events to get smooth scrolling on touch screens
|
||||
map <ScrollWheelUp> <C-Y>
|
||||
imap <ScrollWheelUp> <C-X><C-Y>
|
||||
map <ScrollWheelDown> <C-E>
|
||||
imap <ScrollWheelDown> <C-X><C-E>
|
||||
Reference in New Issue
Block a user