fast-ide / fast-ide

🕺Fast Integrated Development Environment 😻
MIT License
208 stars 9 forks source link

update vim-signature settings #101

Open rusdevops opened 4 years ago

rusdevops commented 4 years ago
" ----------------------------------------------------------------------------
" Plug 'kshenoy/vim-signature'
" ----------------------------------------------------------------------------

let g:SignatureMap = {
  \ 'Leader'             :  ",",
  \ 'PlaceNextMark'      :  ",,",
  \ 'ToggleMarkAtLine'   :  ",.",
  \ 'PurgeMarksAtLine'   :  ",-",
  \ 'PurgeMarks'         :  ",<Space>",
  \ 'GotoNextLineAlpha'  :  "']",
  \ 'GotoPrevLineAlpha'  :  "'[",
  \ 'GotoNextLineByPos'  :  "]'",
  \ 'GotoPrevLineByPos'  :  "['",
  \ 'ListBufferMarks'    :  ",/",
  \ }
rusdevops commented 4 years ago

add markers after v0.4.5 will be available: https://github.com/neovim/neovim/tags