Application Specific

Vim

  • Pane Spliting

# vertical split
<ESC>
ctrl+w + l
# or
<ESC>
:vsplit file.md

# horizontal split
<ESC>
ctrl+w + s
# or
<ESC>
:split file.md

# navigation
# move to the right pane
<ESC>
ctrl+w + l
# move to the down pane
<ESC>
ctrl+w + j
# move to uper pane
<ESC>
ctrl+w + k

# size adjustement
# width increase and decrease
<ESC>
ctrl+w + SHITFT+> #increase
ctrl+w + SHITFT+< #decrease

# height increase and decrease
<ESC>
ctrl+w + SHITFT++ #increase
ctrl+w + SHITFT+- #decrease
ctrl+w + SHITFT+= #equalsize
  • Multiple files editing

Firefox

  • Disable RESTORE AT STARTUP

  • Disable firefox from adding "https://" from simple search in search bar

  • Eg: 10.10.10.10/endpoint will automatically search with the default search engine disable it with

  • Disable auto suggestions from previous searches of your history

VSCODE

  • Annoying reportMissingImports when importing libraries like pwn

Obsidian

  • Plugins that I use

Last updated

Was this helpful?