You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-1
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,6 @@ so when ever you see `<leader>` it meas `,` key.
94
94
|`<shift>b`| Normal | Opens an edit command |
95
95
|`<shift>t`| Normal | Opens a tabedit command |
96
96
|`<leader>h`| Normal | Highlight search word under cursor without jump to next |
97
-
|`<leader>/`| Normal | Disable highlight search word |
98
97
|`<leader>.`| Normal | Set working directory |
99
98
|`<leader>be`| Normal | Opens an edit command with the path of the currently edited file filled in |
100
99
|`<leader>te`| Normal | Opens a tab edit command with the path of the currently edited file filled |
@@ -120,6 +119,18 @@ Normal mode:
120
119
121
120
For more keys, see `:h vimwiki-mappings` or [vimwiki-readme](http://github.com/vimwiki/vimwiki#key-bindings)
122
121
122
+
### Incsearch
123
+
124
+
Key Mapping:
125
+
126
+
-`/`: highlights **ALL** pattern and forward match.
127
+
-`?`: highlights **ALL** pattern and backward match.
128
+
-`g/`: highlights **ALL** pattern matches.
129
+
130
+
Normal:
131
+
132
+
-`<esc><esc>`: Disable highlight search word.
133
+
123
134
## Commands
124
135
125
136
### Plugins Commands
@@ -143,6 +154,7 @@ For more information, see `:help fugitive`.
143
154
<!-- PLUGIN_LIST_BEGIN -->
144
155
| Plugin | Description |
145
156
| ------ | ----------- |
157
+
|[incsearch.vim](https://github.com/haya14busa/incsearch.vim)[:gear:](./plug_plugins/incsearch.vim)| 🔦 Improved incremental searching for Vim |
146
158
|[lightline.vim](https://github.com/itchyny/lightline.vim)[:gear:](./plug_plugins/lightline.vim)| A light and configurable statusline/tabline plugin for Vim |
147
159
|[molokai](https://github.com/tomasr/molokai)[:gear:](./plug_plugins/molokai.vim)| Molokai color scheme for Vim |
148
160
|[vim-fugitive](https://github.com/tpope/vim-fugitive)[:gear:](./plug_plugins/vim-fugitive.vim)| fugitive.vim: A Git wrapper so awesome, it should be illegal |
0 commit comments