Skip to content

Commit

Permalink
standardize keyboard shortcut description format
Browse files Browse the repository at this point in the history
  • Loading branch information
huyz committed Dec 14, 2024
1 parent 0b57210 commit 9cb9565
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion init.plugins-coc.vim
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ if has('nvim-0.4.0') || has('patch-8.2.0750')
endif

" 2022-11-10 huy: <C-S> is to save files so use <C-P> instead
" Use CTRL-S for selections ranges.
" Use <C-S> for selections ranges.
" Requires 'textDocument/selectionRange' support of language server.
nmap <silent> <C-P> <Plug>(coc-range-select)
xmap <silent> <C-P> <Plug>(coc-range-select)
Expand Down
2 changes: 1 addition & 1 deletion init.plugins.vim
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ let g:fzf_action = {
\ 'ctrl-r': 'vsplit' }
" Enable per-command history
" - History files will be stored in the specified directory
" - When set, CTRL-N and CTRL-P will be bound to 'next-history' and
" - When set, <C-n> and <C-p> will be bound to 'next-history' and
" 'previous-history' instead of 'down' and 'up'.
let g:fzf_history_dir = '~/.local/share/fzf-history'

Expand Down

0 comments on commit 9cb9565

Please sign in to comment.