diff --git a/scripts/fish/bindings b/scripts/fish/bindings index 1f7d22b..fa1d5ef 100644 --- a/scripts/fish/bindings +++ b/scripts/fish/bindings @@ -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 diff --git a/vim/vimrc b/vim/vimrc index b3f1c78..24b5dc2 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -515,7 +515,7 @@ nn r O////// A nn t :ptag " Fold mark -nn f zfa{ +nn F zfa{ " Spellcheck toggle nn q :setlocal spell!