Skip to content

Commit 18d3a33

Browse files
Merge pull request #4 from ltriant/fix-cljfmt-form
fix broken =F mapping
2 parents 3e0dcda + a1fb5b2 commit 18d3a33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ e.g. on cljfmt.
3232
## Features
3333

3434
- Code formatting (uses [cljfmt][cljfmt])
35-
- `cff` (current form), `cf{motion}`, `cF` (current file)
35+
- `=ff` (current form), `=f{motion}`, `=F` (current file)
3636
- Var undef / alias unmap
3737
- `cdd`
3838
- Clean ns (eliminate `:use`, sort, remove unused stuff and duplication)

plugin/cider.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ function! s:set_up() abort
238238

239239
nmap <buffer> =f <Plug>CiderFormat
240240
nmap <buffer> =ff <Plug>CiderCountFormat
241-
nmap <buffer> =F ggcfG
241+
nmap <buffer> =F gg=fG
242242
243243
nmap <buffer> cdd <Plug>CiderUndef
244244
nmap <buffer> <F4> <Plug>RefactorCleanNs

0 commit comments

Comments
 (0)