From cf8012edcb2df21eff06e8b287720fcff3e587cc Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Thu, 11 Dec 2025 21:28:21 +0100 Subject: update --- .bashrc | 1 + .nexrc | 5 ++++- .vimrc | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index ab1b984..29f5685 100644 --- a/.bashrc +++ b/.bashrc @@ -90,6 +90,7 @@ alias mp='rlwrap mp' alias hd='hexdump -C' alias pacman='sudo pacman' alias wtree='swaymsg -t get_tree' +alias notes='vi ~/src/notes/ReadMe' # yaegi debug export YAEGI_DOT_CMD='dotty -' diff --git a/.nexrc b/.nexrc index 3368ed0..cf249ce 100644 --- a/.nexrc +++ b/.nexrc @@ -22,5 +22,8 @@ map gn /[A-Z][A-Za-z0-9_]+[A-Z]/ " Jump to go identifier definition using dynamic tag. map gd D:+1,$d :1,$!wc -c 0cw:!gotag % "yddu..@y :ta _ -" Ctrl-$ to tag jump +" Ctrl-$ ou to tag jump map [27;5;36~  +map ^$ ^] +map  +map ,,  diff --git a/.vimrc b/.vimrc index 6ad8b59..738ff3d 100644 --- a/.vimrc +++ b/.vimrc @@ -193,7 +193,7 @@ let g:go_gopls_enabled = 1 command! Blame normal!:let @a=expand('%'):let @b=line('.'):new:set bt=nofile:%!git blame -wM --date=short a:b " edit current word as file -noremap ge :e +noremap ge :e " create a tag entry for current filename " noremap gt :!echo "% % 1" >> tags; LC_ALL=C sort -o tags -u tags noremap t :!echo "% % 1" >> tags; LC_ALL=C sort -o tags -u tags -- cgit v1.2.3