Skip to content

PinpongTp/dotfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My dotfiles

nvim

Plug: nerdTree

  • use >> Ctrl + w w for move between open windows
  • use >> Ctrl + t for toggle nerdTree
  • use >> Ctrl + n for active to nerdTree
  • in nerd tree
    • use >> o for open file
    • use >> i for open file by horizontal split pane
    • use >> s for open file by vertical split pane
    • use >> ? for open quick help and press again for toggle

Plug: coc

  • use >> gd for go to definition
  • use >> Ctrl + o for go back
  • use >> Ctrl + i for go forward

Plug: FZF

  • use command :FZF for search files
  • use command :Files for search files and see file
  • use command :Rg for search in files
  • use command :Ag for search in files all files
  • use command :Lines for search line in file
  • use command :History for search history
  • add fzf.vim plug for use add this command
  • ref >> Link

Plug: tmux

  • Prefix { } move

  • Prefix o swap-pane

  • Prefix p go to previous window

  • Prefix n go to next window

  • Prefix l go to last window / alt-tab

  • Prefix [i] go to [i] window

  • Prefix z zoom

  • ref >> Link

Plug: indentline

  • set enable indentline by :IndentLinesEnable

Plug: gitsigns

  • use :Gitsigns toggle_current_line_blame for show line blame

by new

Plug: saga

  • K for see error
  • gh for see references the value and q for exit
  • Ctrl + j for go to error line

Plug telescope

  • ;f for search filename
  • ;F for search filename and hidden file
  • ;r for search text in file
  • \\ for search file open (beffers)
  • ;; for help tags

Plug which key

  • <c-r> view copy history

Keymap

  • <Leader>
    • m : Menu
    • n : NvimTree
    • N : NvimTree definition
    • O : OutLine lsp
    • o : OutLine
    • q : :q
    • Q : :q!
    • S : :so % --> todo remove
    • W : :wq
    • w : swap-pane
    • b : buffer
    • c : comment
    • d : dap
    • f : find (hob)
    • g : git
    • h : git hunk
    • r : rest vim
    • s : saga
    • t : tab
  • ;
    • ; : help
    • w : save
    • z : zen mode
    • f : find & telescope
      • f : find file
      • h : find hidden
      • d : file browser
      • b : buffer
      • l : live grep
      • g : git file
      • m : mark
      • c : color
      • s : git status
      • t : todo
    • g : git
    • m : mode
    • p : packer --> todo remove
    • t : toggle
  • ]
    • e : next error and warning
    • E : next error
    • c : next change
  • g
    • h : lsp saga finder
    • a : code action
    • d : goto definition

About

my dot file config

Resources

Stars

Watchers

Forks

Packages

No packages published