summaryrefslogtreecommitdiff
path: root/.nexrc
blob: 3978cec8e6ebb3f83eb9b66d3a3db0220a5618df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
set autoindent
set autowrite
set wrapscan
set extended
set iclower
set noflash
set filec=	
" Edit the content of current word as a file
map ge yeopI:e! "add@a
" Create an entry in tags for the current file
map gt :!echo '%	%	1' >>tags; sort -o tags -Vu tags

" Open the long word under the cursor
map ,o "ayEo"apI:!open "add@a