Skip to content

Commit ba09871

Browse files
committed
Fix editor-bootstrap#308: FZF history shortcut in conflict with 'redo'
1 parent dbf267f commit ba09871

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

vim_template/vimrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ cnoremap <C-P> <C-R>=expand("%:p:h") . "/" <CR>
363363
nnoremap <silent> <leader>b :Buffers<CR>
364364
nnoremap <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
369369
let g:UltiSnipsExpandTrigger="<tab>"

0 commit comments

Comments
 (0)