README.md

October 6, 2023 ยท View on GitHub

Conscious

Showcase

Plugins

Setup

  • [ for old users ] - Recently switched from 'packer' to 'lazy', therefore run

      rm -rf ~/.local/share/nvim/site/
    
  • Make a backup of previous config

[ -d $HOME/.config/nvim ] && mv $HOME/.config/nvim nvim.old
  • Clone the repo
git clone https://github.com/Manas140/Conscious.git $HOME/.config/nvim

Keybinds

KeybindsInfo
TabNext Buffer
Shift + TabPrevious Buffer
h + sOpen a horizontal split
v + sOpen a vertical split
Space + vOpen a terminal in vertical split
Space + hOpen a terminal in split
Space + tNew tab
Space + xClose Buffer
Control + sWrite file
Space + mToggle minimal mode
Space + /Toggle comment
Space + SpaceOpen telescope
f + fOpen telescope find_files
Control + nToggle Nvim tree
Control + bFocus Nvim tree

Special Thanks