mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Ctrl-F7 no longer tries to restore the visual selection as it doesn't
make sense to try when the focus is stolen like it is with this toggle
This commit is contained in:
parent
767dfa48f8
commit
bf251c81a2
1 changed files with 1 additions and 1 deletions
|
@ -393,7 +393,7 @@
|
|||
"toggle signify and signify highlight
|
||||
let g:signify_mapping_toggle = '<F7>'
|
||||
nnoremap <expr><silent> <C-F7> ':Extradite<CR>:wincmd x<CR>:wincmd j<CR>:resize 10<CR>'
|
||||
xnoremap <expr><silent> <C-F7> '<Esc>:Extradite<CR>:wincmd x<CR>:wincmd j<CR>:resize 10<CR>gv'
|
||||
xnoremap <expr><silent> <C-F7> '<Esc>:Extradite<CR>:wincmd x<CR>:wincmd j<CR>:resize 10<CR>v'
|
||||
inoremap <expr><silent> <C-F7> '<Esc>:Extradite<CR>:wincmd x<CR>:wincmd j<CR>:resize 10<CR>'
|
||||
|
||||
"bindings to trigger the tagbar list of tags
|
||||
|
|
Loading…
Reference in a new issue