Emmanuel BENOîT
b0647949f8
* Shortcut changes to make the Leader-based shortcuts easier to use * Install vim-which-key * Style fixes and changes * Reorganised some of the settings
5 lines
132 B
VimL
5 lines
132 B
VimL
" Keyboard shortcut
|
|
nnoremap <Leader>u :UndotreeToggle<CR>
|
|
|
|
" Hide the sign column
|
|
autocmd FileType undotree setlocal signcolumn=no
|