aboutsummaryrefslogtreecommitdiff
path: root/.vim/plugins.vim
diff options
context:
space:
mode:
authorOxbian <got.dacs@slmail.me>2023-07-25 00:02:49 +0200
committerOxbian <got.dacs@slmail.me>2023-07-25 00:02:49 +0200
commit32de71752457551f96433f9aff5fba81950d8245 (patch)
treee1a8c5b85dd7e2548baaaa526d8186abd6c55b10 /.vim/plugins.vim
parent15aa4257ee97af243573c43644b35cf6ddbc0b25 (diff)
downloadvimrc-32de71752457551f96433f9aff5fba81950d8245.tar.gz
vimrc-32de71752457551f96433f9aff5fba81950d8245.zip
Setting up formatting for python
Diffstat (limited to '.vim/plugins.vim')
-rw-r--r--.vim/plugins.vim18
1 files changed, 9 insertions, 9 deletions
diff --git a/.vim/plugins.vim b/.vim/plugins.vim
index 5d17b17..add6b38 100644
--- a/.vim/plugins.vim
+++ b/.vim/plugins.vim
@@ -79,15 +79,15 @@ let g:fern_renderer_devicons_disable_warning = 1
" Multi window select in which you open the file
function! s:init_fern() abort
" Use 'select' instead of 'edit' for default 'open' action
- nmap <buffer> <Plug>(fern-action-open) <Plug>(fern-action-open:select)
-
- nmap <buffer> a <Plug>(fern-action-new-path)
- nmap <buffer> d <Plug>(fern-action-remove)
- nmap <buffer> m <Plug>(fern-action-move)
- nmap <buffer> r <Plug>(fern-action-rename)
- nmap <buffer> v <Plug>(fern-action-open:vsplit)
- nmap <buffer> ga <Plug>(fern-action-git-stage)
- nmap <buffer> gd <Plug>(fern-action-git-unstage)
+ nnoremap <buffer> <Plug>(fern-action-open) <Plug>(fern-action-open:select)
+
+ nnoremap <buffer> a <Plug>(fern-action-new-path)
+ nnoremap <buffer> d <Plug>(fern-action-remove)
+ nnoremap < <buffer> m <Plug>(fern-action-move)
+ nnoremap <buffer> r <Plug>(fern-action-rename)
+ nnoremap <buffer> v <Plug>(fern-action-open:vsplit)
+ nnoremap <buffer> ga <Plug>(fern-action-git-stage)
+ nnoremap <buffer> gd <Plug>(fern-action-git-unstage)
endfunction
augroup my-fern-hijack
ArKa projects. All rights to me, and your next child right arm.