commit d34b39258fa8f93153758e965d86f3dbb4318ab0
parent 18489af229002e6de3c041abcc84c523589a59ed
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Wed, 27 Nov 2019 13:18:57 +0100
Add binding to yank to clipboard from previous m mark to current line
Diffstat:
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/.exrc b/.exrc
@@ -1,5 +1,4 @@
set autoindent
-"set beautify
set showmode
set showmatch
set ruler
@@ -46,6 +45,7 @@ map q- 0/\[[ x] \]
lr-
map q_ 0/\[-\]
lr
map qx 0/\[[ -] \]
lrxA *:r !date +'\%Y-\%m-\%d \%H:\%M \%Z'
kJxA*0fx
map qX 0/\[x\]
lr
+map qy mt:'m,'t w! ~/.ex_yank
:!xclip -i ~/.ex_yank
:!rm -f ~/.ex_yank
map qq :q
map QQ :q!
map q] ok
@@ -59,8 +59,6 @@ map \P :.,$!fmt -75
" format from cursor to end of document
map \e :%!expand -4
" expand tabs to 4 spaces
map \s :w
:!aspell -c %
:e!
-"map mt:'m,'t w! ~/.ex_yank
-"map :read ~/.ex_yank
map *' Ea'Bi'
map *" Ea"Bi"