chiark
/
gitweb
/
~mdw
/
termux-packages
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Add bash-completion
[termux-packages]
/
packages
/
neovim
/
nvimrc
1
set autowrite
2
set hlsearch
3
set ignorecase
4
set incsearch
5
set mouse=a
6
set smartcase
7
set smartindent
8
set title
9
10
syntax on
11
12
" Scroll only one line for mouse wheel events to get smooth scrolling on touch screens
13
map <ScrollWheelUp> <C-Y>
14
imap <ScrollWheelUp> <C-X><C-Y>
15
map <ScrollWheelDown> <C-E>
16
imap <ScrollWheelDown> <C-X><C-E>