summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bashrc2
-rw-r--r--vimrc4
2 files changed, 4 insertions, 2 deletions
diff --git a/bashrc b/bashrc
index ab476dd..5491449 100644
--- a/bashrc
+++ b/bashrc
@@ -38,7 +38,7 @@ function vimode {
bind -m vi-command 'Control-e:end-of-line'
bind -m vi-insert 'Control-a:beginning-of-line'
bind -m vi-insert 'Control-e:end-of-line'
- bind -m vi-command '"v":""' # disable opening tmp file
+ #bind -m vi-command '"v":""' # disable opening tmp file
}
function normalmode {
diff --git a/vimrc b/vimrc
index c3c274e..5626c31 100644
--- a/vimrc
+++ b/vimrc
@@ -138,6 +138,7 @@ endif
if s:IsPluginEnabled('johannst/AsyncCmdProcessor.vim')
execute "nnoremap <leader>fg :Async find . -type f -exec grep -nHI {} +"repeat('<Left>', 6)
+ execute "vnoremap <leader>fg \"fy:Async find . -type f -exec grep -nHI <C-r>f {} +"repeat('<Left>', 6)
endif
if s:IsPluginEnabled('w0rp/ale')
@@ -269,7 +270,8 @@ set matchtime=5 " how many tenths of a second to blink when matchi
set matchpairs+=<:> " show matching <> as well
nnoremap <leader>n :noh<CR>
-execute "vnoremap <leader>r \"hy:%s/<C-r>h/<C-r>h/gc"repeat('<Left>', 4)
+execute "vnoremap <leader>r \"ry:%s/<C-r>r/<C-r>r/gc"repeat('<Left>', 4)
+execute "vnoremap <leader>br \"ry:bufdo%s/<C-r>r/<C-r>r/gc"repeat('<Left>', 4)
"}}}
"{{{ Buffer & Splits