aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-13 00:09:53 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-13 00:10:08 +1300
commited0f0acb3f2c78b1f600db370b634c0e6bf269d7 (patch)
tree94ce74a0462fa53017a19163ba3df6ea97f07f20
parentMove 'hlsearch' insert-mode suspension into plugin (diff)
downloaddotfiles-ed0f0acb3f2c78b1f600db370b634c0e6bf269d7.tar.gz
dotfiles-ed0f0acb3f2c78b1f600db370b634c0e6bf269d7.zip
Limit \f mapping to normal mode
-rw-r--r--vim/config/format.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/config/format.vim b/vim/config/format.vim
index 97ebcb11..86557a8c 100644
--- a/vim/config/format.vim
+++ b/vim/config/format.vim
@@ -7,7 +7,7 @@ set nrformats-=octal
silent! set formatoptions+=j
" Show the current formatoptions at a glance
-noremap <silent>
+nnoremap <silent>
\ <Leader>f
\ :<C-U>setlocal formatoptions?<CR>