From 449208367563b5b7e9e06cffc719e2500731ce7c Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Fri, 2 Dec 2022 23:42:36 +0800 Subject: Use vim easymotion again --- .vim/after/plugin/stargate.vim | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 .vim/after/plugin/stargate.vim (limited to '.vim/after/plugin/stargate.vim') diff --git a/.vim/after/plugin/stargate.vim b/.vim/after/plugin/stargate.vim deleted file mode 100644 index 51444a5..0000000 --- a/.vim/after/plugin/stargate.vim +++ /dev/null @@ -1,29 +0,0 @@ -if has('nvim') | finish | endif - -let g:stargate_name = 'Master' - -packadd vim9-stargate - -" search two characters -noremap f call stargate#OKvim(2) - -" start of a word -noremap w call stargate#OKvim('\<') - -" for the end of a word -noremap e call stargate#OKvim('\S\>') - -" for the start of a line -noremap l call stargate#OKvim('\_^') - -" for the last character on the line -noremap E call stargate#OKvim('\S\s*$') - -" for the end of a line -noremap $ call stargate#OKvim('$') - -" for any bracket, parentheses or curly bracket -noremap [ call stargate#OKvim('[(){}[\]]') - -" switch window -nnoremap W call stargate#Galaxy() -- cgit v1.2.3