diff options
Diffstat (limited to '.nexrc')
| -rw-r--r-- | .nexrc | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -0,0 +1,10 @@ +set autoindent +set autowrite +set wrapscan +set extended +set iclower +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 -u tags
|
