Skip to content

Commit

Permalink
Add stargate mapping \f and \F
Browse files Browse the repository at this point in the history
  • Loading branch information
wolandark committed Jul 15, 2024
1 parent ad0f3ba commit 42ce931
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions wim-vim
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,13 @@ let g:clever_f_show_prompt=0
let g:clever_f_mark_char_color = "SpellBad"
let g:clever_f_mark_cursor_color = "DiffDelete"

"===[ Stargate ]==="
" For 1 character to search before showing hint
noremap \f <Cmd>call stargate#OKvim(1)<CR>

" For 2 consecutive characters to search
noremap \F <Cmd>call stargate#OKvim(2)<CR>

"===[ Disable a lot of unnecessary internal plugins ]==="
let g:loaded_2html_plugin = 1
let g:loaded_getscriptPlugin = 1
Expand Down

0 comments on commit 42ce931

Please sign in to comment.