rusdevops
rusdevops
https://github.com/svermeulen/vim-subversive
``` gcp hash ```
``` " ---------------------------------------------------------------------------- " Plug 'kshenoy/vim-signature' " ---------------------------------------------------------------------------- let g:SignatureMap = { \ 'Leader' : ",", \ 'PlaceNextMark' : ",,", \ 'ToggleMarkAtLine' : ",.", \ 'PurgeMarksAtLine' : ",-", \ 'PurgeMarks'...
``` prefix + ; worked perfectly for me. prefix + l switch to last window prefix + L switch to last session ```
``` bind-key -n C-S-Left swap-window -t -1\; select-window -t -1 bind-key -n C-S-Right swap-window -t +1\; select-window -t +1 ```