feat: ;X to remove executable from current file

This commit is contained in:
Klesh Wong 2022-05-14 09:05:08 +08:00
parent ee694c10aa
commit dc6672bc41

View File

@ -72,6 +72,7 @@ nnoremap <leader>l <C-w>l
nnoremap <leader>oo <C-w>o
nnoremap <leader>q <C-w>q
nnoremap <leader>x :!chmod +x %<Cr>
nnoremap <leader>X :!chmod -x %<Cr>
nnoremap <leader>scb :set scrollbind!<Cr>:set cursorbind!<Cr>