summaryrefslogtreecommitdiff
path: root/.nexrc
diff options
context:
space:
mode:
Diffstat (limited to '.nexrc')
-rw-r--r--.nexrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/.nexrc b/.nexrc
index f34e66a..3978cec 100644
--- a/.nexrc
+++ b/.nexrc
@@ -3,8 +3,11 @@ 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 -u tags
+map gt :!echo '% % 1' >>tags; sort -o tags -Vu tags
+" Open the long word under the cursor
+map ,o "ayEo"apI:!open "add@a