From 331373f46d851d2873d063f9f008841108323c6b Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Sat, 4 Nov 2017 11:05:02 -0700 Subject: [PATCH] [vim] operator-flashy --- .gitmodules | 6 ++++++ .vim/pack/alpha/start/vim-operator-flashy | 1 + .vim/pack/alpha/start/vim-operator-user | 1 + .vimrc | 6 +++++- 4 files changed, 13 insertions(+), 1 deletion(-) create mode 160000 .vim/pack/alpha/start/vim-operator-flashy create mode 160000 .vim/pack/alpha/start/vim-operator-user diff --git a/.gitmodules b/.gitmodules index dda1b18..f0ebb62 100644 --- a/.gitmodules +++ b/.gitmodules @@ -103,3 +103,9 @@ [submodule ".vim/pack/alpha/start/gundo.vim"] path = .vim/pack/alpha/start/gundo.vim url = git@github.com:sjl/gundo.vim.git +[submodule ".vim/pack/alpha/start/vim-operator-flashy"] + path = .vim/pack/alpha/start/vim-operator-flashy + url = git@github.com:haya14busa/vim-operator-flashy.git +[submodule ".vim/pack/alpha/start/vim-operator-user"] + path = .vim/pack/alpha/start/vim-operator-user + url = git@github.com:kana/vim-operator-user.git diff --git a/.vim/pack/alpha/start/vim-operator-flashy b/.vim/pack/alpha/start/vim-operator-flashy new file mode 160000 index 0000000..b24673a --- /dev/null +++ b/.vim/pack/alpha/start/vim-operator-flashy @@ -0,0 +1 @@ +Subproject commit b24673a9b0d5d60b26d202deb13d4ebf90d7a2ae diff --git a/.vim/pack/alpha/start/vim-operator-user b/.vim/pack/alpha/start/vim-operator-user new file mode 160000 index 0000000..c3dfd41 --- /dev/null +++ b/.vim/pack/alpha/start/vim-operator-user @@ -0,0 +1 @@ +Subproject commit c3dfd41c1ed516b4b901c97562e644de62c367aa diff --git a/.vimrc b/.vimrc index de27d6e..5f35b84 100644 --- a/.vimrc +++ b/.vimrc @@ -11,7 +11,7 @@ noremap nnoremap ' ` nnoremap ` ' -nnoremap Y y$ +" nnoremap Y y$ nnoremap / :nohlsearch " don't unindent lines starting with # @@ -179,4 +179,8 @@ let g:rainbow_active = 0 " gundo nnoremap u :GundoToggle +" operator-flashy +map y (operator-flashy) +nmap Y (operator-flashy)$ + " }}}