Skip to content

its-fonsy/dotfiles

Repository files navigation

dotfiles

This is the repo used to manage my dotfiles.

Install

Run

git clone --recursive https://github.com/its-fonsy/dotfiles.git
make init

Configuration

The program that I use are:

  • Terminal: xterm
  • Shell: zsh
  • Editor: neovim
  • DE: i3
  • Bar: i3status

Notes about Nvim

I used kickstart.nvim as a starting point. Since it uses a lot of plugin I want to get familiar with all of them but one at a time, so I disabled some them. Currently the plugin used are:

The one disabled are:

The list will be updated as I integrate disabled plugin into my developer flow.

Nvim keybinds

  • [d Go to previous Diagnostic message
  • ]d Go to next Diagnostic message
  • <leader>e Show diagnostic Error messages
  • <leader>q Open diagnostic Quickfix list
  • <C-h> Move focus to the left window
  • <C-l> Move focus to the right window
  • <C-j> Move focus to the lower window
  • <C-k> Move focus to the upper window
  • <leader>sh Search Help
  • <leader>sk Search Keymaps
  • <leader>sf Search Files
  • <leader>ss Search Select Telescope
  • <leader>sw Search current Word
  • <leader>sg Search by Grep
  • <leader>sd Search Diagnostics
  • <leader>sr Search Resume
  • <leader>s. Search Recent Files
  • <leader><leader> Find existing buffers
  • <leader>/ Fuzzly search in current buffer
  • <leader>s/ Search in open files