1. Typically when we switch between laptop to dell monitor, it is better to resize the VNC.
To resize the VNC without creating another VNC session, we can use xrandr. I generally use aliases to switch between laptop and monitor.
alias dellsize "xrandr -s 1920x1080"
alias lapsize "xrandr -s 1360x768
2. If we make set of TB/RTL changes in our local dir and if we want to review one by one against the SVN database, below command will be very useful.
svn diff --diff-cmd tkdiff
3. Vim tips:-
To resize the VNC without creating another VNC session, we can use xrandr. I generally use aliases to switch between laptop and monitor.
alias dellsize "xrandr -s 1920x1080"
alias lapsize "xrandr -s 1360x768
2. If we make set of TB/RTL changes in our local dir and if we want to review one by one against the SVN database, below command will be very useful.
svn diff --diff-cmd tkdiff
3. Vim tips:-
| |||||||||||||||||||||||||||||
4. Command line:-
|
Good one!
ReplyDelete