File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ DEFAULT MAPPINGS *acid-mapping*
94
94
{key} {function}
95
95
-------- ------------------------
96
96
K Shows documentation for the symbol below cursor
97
- <C-]> Goes to definition of symbol below cursor (`AcidGoto` )
97
+ gd Goes to definition of symbol below cursor (`AcidGoto` )
98
98
cp<motion> Sends the block to nrepl for evaluation (`AcidEval` )
99
99
cpp Evaluating the whole block below cursor (`AcidEval` )
100
100
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ augroup END
83
83
if ! g: acid_no_default_keymappings
84
84
augroup acid - keymappings
85
85
autocmd !
86
- autocmd FileType clojure nmap <buffer> <silent> <C-]> <Plug> (acid-go-to)
86
+ autocmd FileType clojure nmap <buffer> <silent> gd <Plug> (acid-go-to)
87
87
autocmd FileType clojure nmap <buffer> <silent> K <Plug> (acid-docs)
88
88
autocmd FileType clojure nmap <buffer> <silent> <C-c> x <Plug> (acid-eval-cmdline)
89
89
autocmd FileType clojure imap <buffer> <silent> <C-c> x <Plug> (acid-eval-cmdline)
You can’t perform that action at this time.
0 commit comments