@@ -251,8 +251,8 @@ nnoremap <silent> gbd :bd<CR>
251251nnoremap <silent> gbD :bd \| sbn<CR>
252252
253253" --- Writing -------------------------------------
254- cnoremap Essayon Goyo \| ALEDisableBuffer \| setlocal fo+=a tw=81 nospell
255- cnoremap Essayoff Goyo! \| ALEEnableBuffer \| setlocal fo-=a tw=0 spell
254+ cnoremap <silent> Essayon Goyo \| ALEDisableBuffer \| setlocal fo+=a tw=81 nospell<CR>
255+ cnoremap <silent> Essayoff Goyo! \| ALEEnableBuffer \| setlocal fo-=a tw=0 spell<CR>
256256
257257" --- Coding --------------------------------------
258258nnoremap goq <c-w> j<c-w> q
@@ -268,11 +268,6 @@ nmap dsl dt{ds{
268268nmap dsv dt<ds<
269269nmap g' ysiW"
270270
271- " --- Easy Motion ---------------------------------
272- nmap gf <Plug> (easymotion-overwin-w)
273- nmap gF <Plug> (easymotion-bd-wl)
274- nmap g<c-f> <Plug> (easymotion-jumptoanywhere)
275-
276271" --- Ale Linting ---------------------------------
277272nnoremap <silent> gaa :ALEFirst<CR>
278273nnoremap <silent> gan :ALENextWrap<CR>
@@ -318,14 +313,15 @@ let mapleader = ","
318313
319314" --- Fzf -----------------------------------------
320315let maplocalleader = " \<Space> "
321- nnoremap <LocalLeader> <LocalLeader> :Lines<CR>
316+ " nnoremap <LocalLeader><LocalLeader> :Lines<CR>
317+ nnoremap <LocalLeader> l :Lines<CR>
322318nnoremap <LocalLeader> f :Files<CR>
323319nnoremap <LocalLeader> g :GFiles<CR>
324320nnoremap <LocalLeader> s :GFiles?<CR>
325321nnoremap <LocalLeader> b :Buffers<CR>
326322nnoremap <LocalLeader> w :Windows<CR>
327323nnoremap <LocalLeader> r :Rg<CR>
328- nnoremap <LocalLeader> l :History<CR>
324+ nnoremap <LocalLeader> h :History<CR>
329325nnoremap <LocalLeader> m :Maps<CR>
330326nnoremap <LocalLeader> t :Filetypes<CR>
331327nnoremap <LocalLeader> T :set filetype=<CR>
@@ -335,3 +331,11 @@ nnoremap <LocalLeader>/ :BLines<CR>
335331nnoremap <LocalLeader> ' :Marks<CR>
336332nnoremap <LocalLeader> : :Commands<CR>
337333nnoremap <LocalLeader> ? :Helptags<CR>
334+
335+ " --- Easy Motion ---------------------------------
336+ " nmap gf <Plug>(easymotion-overwin-w)
337+ " nmap gF <Plug>(easymotion-bd-wl)
338+ " nmap g<c-f> <Plug>(easymotion-jumptoanywhere)
339+ nmap <LocalLeader> <LocalLeader> <Plug> (easymotion-overwin-w)
340+ nmap <LocalLeader> F <Plug> (easymotion-bd-wl)
341+ nmap <LocalLeader> A <Plug> (easymotion-jumptoanywhere)
0 commit comments