From administrator cmd run these commands to identify and select the hard drive
diskpart
list disk
sel disk
| # [UPDATE] | |
| # Its no longer complicated! Yay! | |
| # Install Glassit Linux VSCode Extension | |
| # then install this: | |
| sudo apt install -y wmctrl x11-utils bash | |
| # then restart VSCode. Done! |
| " Statusline (requires Powerline font) | |
| set statusline= | |
| set statusline+=%(%{&buflisted?bufnr('%'):''}\ \ %) | |
| set statusline+=%< " Truncate line here | |
| set statusline+=%f\ " File path, as typed or relative to current directory | |
| set statusline+=%{&modified?'+\ ':''} | |
| set statusline+=%{&readonly?'\ ':''} | |
| set statusline+=%= " Separation point between left and right aligned items | |
| set statusline+=\ %{&filetype!=#''?&filetype:'none'} | |
| set statusline+=%(\ %{(&bomb\|\|&fileencoding!~#'^$\\\|utf-8'?'\ '.&fileencoding.(&bomb?'-bom':''):'') |
To remove a submodule you need to:
Install Package Control for easy package management.
Ctrl+`
As configured in my dotfiles.
start new:
tmux
start new with session name:
| " Gopi's _gvimrc file https://github.com/GopinathMR | |
| " This file has been modified to make it work on both Windows and Linux | |
| " Github gist location : https://gist.github.com/1100054 | |
| " If you find any issues or add any enhancements, please submit revised version as gist | |
| "---------------------------------------------------------------------------------------------------------- | |
| " 1. OS specific | |
| if ($OS == 'Windows_NT') | |
| " Windows specific settings |