diff options
author | Chris <[email protected]> | 2020-04-02 15:17:12 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-04-02 15:17:12 -0400 |
commit | 415a4a6777891b98b037ddcef8a4be6c8f872786 (patch) | |
tree | 917b1f3e04d0518a0c8f282b4934092aa0b5f08e /modules/vim-which-key.vim | |
parent | 2154a69ae8fe7b7465e72f0d723516d91e4efcd9 (diff) |
auto push
Diffstat (limited to 'modules/vim-which-key.vim')
-rw-r--r-- | modules/vim-which-key.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/vim-which-key.vim b/modules/vim-which-key.vim index 3b24273f..76e32590 100644 --- a/modules/vim-which-key.vim +++ b/modules/vim-which-key.vim @@ -117,6 +117,7 @@ vnoremap <silent> <leader> :<c-u>WhichKeyVisual '<Space>'<CR> autocmd! FileType which_key autocmd FileType which_key set laststatus=0 noshowmode noruler \| autocmd BufLeave <buffer> set laststatus=2 showmode ruler + ""nnoremap <silent> <leader> :<c-u>WhichKey '<Space>'<CR> ""nnoremap <silent> <localleader> :<c-u>WhichKey ','<CR> let g:which_key_use_floating_win = 0 |