Pentesting Note Taking with Neovim and Tmux | Complete Guide

Cleared Workforce is a specialty search firm focused on security-cleared Talent Recruitment for Government Contractors.

100+

product reviews of trending tech

100+

tech written guides for users

100+

tech tools in our tool database


sudo apt update
sudo apt install neovim
sudo apt install tmux
vim ~/.config/nvim/init.vim
call plug#begin('~/.local/share/nvim/plugged')
Plug 'vimwiki/vimwiki'
Plug 'kyazdani42/nvim-web-devicons'  " for file icons
Plug 'kyazdani42/nvim-tree.lua'
Plug 'nvim-telescope/telescope.nvim', {'do': ':Telescope update'}
Plug 'nvim-lua/plenary.nvim'
call plug#end()

nnoremap <C-s> :Telescope live_grep<CR>

let g:vimwiki_list = [{'path': '~/vimwiki/', 'syntax': 'markdown', 'ext': '.md'}]
autocmd VimEnter * cd ~/vimwiki | NvimTreeOpen

lua << EOF
require'nvim-tree'.setup {}
EOF
nvim
:PlugInstall
sudo apt install ripgrep
nvim ~/.config/nvim/init.vim
nnoremap <C-f> :Telescope live_grep<CR>

Interested in learning how we can help you?

Cleared Workforce
Expertise Driven Recruitment

We deliver candidates that power mission success.

Looking
for talent?


Looking
for WORK?



EXPERTISE-DRIVEN RECRUITMENT.