correct typos in evil readme
This commit is contained in:
parent
d407b3355a
commit
86bc214eb2
1 changed files with 11 additions and 11 deletions
|
@ -62,12 +62,12 @@ This module has no external prerequisites.
|
||||||
** Ported vim plugins
|
** Ported vim plugins
|
||||||
The following vim plugins have been ported to evil:
|
The following vim plugins have been ported to evil:
|
||||||
|
|
||||||
| Vim Plugin | Emacs Plugin | Keybind(s) |
|
| Vim Plugin | Emacs Plugin | Keybind(s) |
|
||||||
|-----------------------+--------------------------------+--------------------------------------|
|
|-----------------------+--------------------------------+--------------------------------------------|
|
||||||
| vim-commentary | evil-nerd-commenter | omap =gc= |
|
| vim-commentary | evil-nerd-commenter | omap =gc= |
|
||||||
| vim-easymotion | evil-easymotion | omap =gs= |
|
| vim-easymotion | evil-easymotion | omap =gs= |
|
||||||
| vim-seek or vim-sneak | evil-snipe | mmap =s=/=S=, omap =z=/=Z= & =x=/=x= |
|
| vim-seek or vim-sneak | evil-snipe | mmap =s= / =S=, omap =z= / =Z= & =x= / =X= |
|
||||||
| vim-surround | evil-embrace and evil-surround | vmap =S=, omap =ys= |
|
| vim-surround | evil-embrace and evil-surround | vmap =S=, omap =ys= |
|
||||||
|
|
||||||
This module has also ported vim-unimpaired keybinds to Emacs.
|
This module has also ported vim-unimpaired keybinds to Emacs.
|
||||||
|
|
||||||
|
@ -93,11 +93,11 @@ For posterity, here are the built-in ones:
|
||||||
|
|
||||||
And these are text objects added by this module:
|
And these are text objects added by this module:
|
||||||
|
|
||||||
+ =a= C-style fucntion arguments (provided by ~evil-args~)
|
+ =a= C-style function arguments (provided by ~evil-args~)
|
||||||
+ =B= any block delimited by braces, parentheses or backets (provided by
|
+ =B= any block delimited by braces, parentheses or brackets (provided by
|
||||||
~evil-textobj-anyblock~)
|
~evil-textobj-anyblock~)
|
||||||
+ =i j k= By indentation (=k= includes on line above and =j= includes one line
|
+ =i j k= by indentation (=k= includes one line above; =j= includes one line
|
||||||
below) (provided by ~evil-indent-plus~)
|
above and below) (provided by ~evil-indent-plus~)
|
||||||
+ =x= XML attributes (provided by ~exato~)
|
+ =x= XML attributes (provided by ~exato~)
|
||||||
|
|
||||||
** Custom Ex Commands
|
** Custom Ex Commands
|
||||||
|
@ -129,7 +129,7 @@ And these are text objects added by this module:
|
||||||
| ~:retab~ | Convert indentation to the default within the selection |
|
| ~:retab~ | Convert indentation to the default within the selection |
|
||||||
| ~:rev[erse]~ | Reverse the selected lines |
|
| ~:rev[erse]~ | Reverse the selected lines |
|
||||||
| ~:rg[!]~ | Perform a project search with ripgrep |
|
| ~:rg[!]~ | Perform a project search with ripgrep |
|
||||||
| ~:rgcwd[!]~ | Perform a project search with rigprep from the current directory |
|
| ~:rgcwd[!]~ | Perform a project search with ripgrep from the current directory |
|
||||||
| ~:rm[!] [PATH]~ | Delete the current buffer's file and buffer |
|
| ~:rm[!] [PATH]~ | Delete the current buffer's file and buffer |
|
||||||
| ~:tcd[!]~ | Send =cd X= to tmux. X = the project root if BANG, X = ~default-directory~ otherwise |
|
| ~:tcd[!]~ | Send =cd X= to tmux. X = the project root if BANG, X = ~default-directory~ otherwise |
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue