File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ Commands | Descriptions
190190<kbd >Y</kbd ><kbd >Y</kbd > | Copy to clipboard
191191<kbd >,</kbd ><kbd >p</kbd > | Paste
192192<kbd >Ctrl</kbd ><kbd >y</kbd > + <kbd >,</kbd > | Activate Emmet plugin
193- <kbd >Ctrl</kbd ><kbd >r </kbd > | Does a fuzzy search in your command mode history
193+ <kbd >Ctrl</kbd ><kbd >h </kbd > | Does a fuzzy search in your command mode history
194194</details >
195195
196196<details >
Original file line number Diff line number Diff line change @@ -363,7 +363,7 @@ cnoremap <C-P> <C-R>=expand("%:p:h") . "/" <CR>
363363nnoremap <silent> <leader> b :Buffers<CR>
364364nnoremap <silent> <leader> e :FZF -m<CR>
365365" Recovery commands from history through FZF
366- nmap <C-r > :History:<CR>
366+ nmap <C-h > :History:<CR>
367367
368368" snippets
369369let g: UltiSnipsExpandTrigger= " <tab>"
You can’t perform that action at this time.
0 commit comments