various shell improvements
This commit is contained in:
parent
f34c23f532
commit
b361bf52e1
9 changed files with 735 additions and 8 deletions
8
.vimrc
8
.vimrc
|
|
@ -735,10 +735,10 @@ call denite#custom#var('grep', 'pattern_opt', [])
|
|||
call denite#custom#var('grep', 'separator', ['--'])
|
||||
call denite#custom#var('grep', 'final_opts', [])
|
||||
call denite#custom#option('search-buffer', 'highlight_matched_char', 'deniteMatchedChar')
|
||||
nnoremap <silent> <Leader>g :<C-u>Denite -buffer-name=search-buffer grep<CR>
|
||||
nnoremap <silent> <Leader>aa :<C-u>RipGrep!<CR>
|
||||
nnoremap <C-l> :<C-u>Files! `git rev-parse --show-toplevel`<CR>
|
||||
nnoremap <C-k> :<C-u>Buffers<CR>
|
||||
nnoremap <silent> <Leader>aa :<C-u>Denite -buffer-name=search-buffer grep<CR>
|
||||
"nnoremap <silent> <Leader>aa :<C-u>RipGrep!<CR>
|
||||
nnoremap <C-k> :<C-u>Files! `git rev-parse --show-toplevel`<CR>
|
||||
" nnoremap <C-k> :<C-u>Buffers<CR>
|
||||
" For C++ -- A is a great plugin which allows you to jump from the c file to the
|
||||
" header and vice-versa. Mneumonic here is headerheader.
|
||||
nnoremap <Leader>hh :A<CR>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue