fix binding conflicts

master
an 2019-08-06 16:02:40 -04:00
parent 37b37be05e
commit 7a24ed3740
2 changed files with 2 additions and 1 deletions

View File

@ -4,5 +4,6 @@ bind --user \ch backward-char
bind --user \cl forward-char
bind --user \cj down-or-search
bind --user \ck up-or-search
bind --user \cg echo\ -n\ \(clear\ \|\ string\ replace\ \\e\\\[3J\ \"\"\)\;\ commandline\ -f\ repaint
## EOF

View File

@ -515,7 +515,7 @@ nn <Leader>r O//<CR>//<CR>//<Up><End> <Esc>A
nn <Leader>t :ptag <C-R><C-W><CR>
" Fold mark
nn <Leader>f zfa{
nn <Leader>F zfa{
" Spellcheck toggle
nn <Leader>q :setlocal spell!<CR>