Showing posts with label VIM commands. Show all posts
Showing posts with label VIM commands. Show all posts
Friday, 16 October 2020
Friday, 18 March 2016
Cheat sheets - Linux commands, Regex, VIM, GitHub ..
Bash commands cheat sheet / Linux commands cheat sheet:
Linux file system:
Regex cheat sheet:
VIM cheat sheet:
VIM references: http://www.viemu.com/a_vi_vim_graphical_cheat_sheet_tutorial.html
https://rumorscity.com/2014/08/16/5-best-vim-cheat-sheet/
https://www.fprintf.net/vimCheatSheet.html
GIT cheat sheet: https://drive.google.com/file/d/0BzzR335fqe5pcWJIZjZ0c0FwTlU/view?usp=sharing
Ref: http://itsfoss.com/download-linux-wallpapers-cheat-sheets/
Networking commands - reference
~/.vimrc file properties for setting python indentation in a terminal:
******************
syntax on
filetype indent plugin on
set modeline
set tabstop=8 expandtab shiftwidth=4 softtabstop=4
filetype indent on
set nu
******************
Linux file system:
Regex cheat sheet:
VIM cheat sheet:
VIM references: http://www.viemu.com/a_vi_vim_graphical_cheat_sheet_tutorial.html
https://rumorscity.com/2014/08/16/5-best-vim-cheat-sheet/
https://www.fprintf.net/vimCheatSheet.html
GIT cheat sheet: https://drive.google.com/file/d/0BzzR335fqe5pcWJIZjZ0c0FwTlU/view?usp=sharing
Ref: http://itsfoss.com/download-linux-wallpapers-cheat-sheets/
Networking commands - reference
~/.vimrc file properties for setting python indentation in a terminal:
******************
syntax on
filetype indent plugin on
set modeline
set tabstop=8 expandtab shiftwidth=4 softtabstop=4
filetype indent on
set nu
******************
Subscribe to:
Posts (Atom)
Update node.js & npm packages to latest/stable/<version>
Upgrade Node.js and npm: sudo npm cache clean -f (force) clear you npm cache sudo npm install -g n install n (this might take a while) s...
-
Bash commands cheat sheet / Linux commands cheat sheet: Linux file system: Regex cheat sheet: VIM cheat sheet: VIM refere...
-
By default, iTerm2 doesn’t allow you to move/jump cursor over words. This works by default on Ubuntu and other Linux terminals. Let's tr...
-
THIS SECTION CONTAINS ALL REFERENCE LINKS TO OTHER BROWSERS OR WEBSITES: Install Let’s Encrypt SSL Certificate to Secure Apache on RHEL...