We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e0dcda + a1fb5b2 commit 18d3a33Copy full SHA for 18d3a33
README.md
@@ -32,7 +32,7 @@ e.g. on cljfmt.
32
## Features
33
34
- Code formatting (uses [cljfmt][cljfmt])
35
- - `cff` (current form), `cf{motion}`, `cF` (current file)
+ - `=ff` (current form), `=f{motion}`, `=F` (current file)
36
- Var undef / alias unmap
37
- `cdd`
38
- Clean ns (eliminate `:use`, sort, remove unused stuff and duplication)
plugin/cider.vim
@@ -238,7 +238,7 @@ function! s:set_up() abort
238
239
nmap <buffer> =f <Plug>CiderFormat
240
nmap <buffer> =ff <Plug>CiderCountFormat
241
- nmap <buffer> =F ggcfG
+ nmap <buffer> =F gg=fG
242
243
nmap <buffer> cdd <Plug>CiderUndef
244
nmap <buffer> <F4> <Plug>RefactorCleanNs
0 commit comments