Skip to content

Commit a4465a3

Browse files
committed
Sort mappings in default config
1 parent a7bc2b9 commit a4465a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

autoload/fern/mapping.vim

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ endfunction
2323

2424
call s:Config.config(expand('<sfile>:p'), {
2525
\ 'mappings': [
26-
\ 'tree',
26+
\ 'drawer',
27+
\ 'filter',
28+
\ 'mark',
2729
\ 'node',
2830
\ 'open',
29-
\ 'mark',
30-
\ 'filter',
31-
\ 'drawer',
31+
\ 'tree',
3232
\ ],
3333
\})

0 commit comments

Comments
 (0)