Mappings
you can change Leader key
in init.lua file
info
tm -> To show all available mappings
Keys | Functions |
---|---|
; | leader key |
tm | show all mappings (it will show mapping in telescope) |
<C-p> | Find files from current file's project |
<C-f> | show all files from current working directory |
tt | Launch Telescope without any argument |
<Leader>q | close buffer |
<C-s> | save file |
<C-h> | scroll window horizontally (left) |
<C-l> | scroll window horizontally (right) |
?? | clear Search Results |
<M-q> | (M=Alt) close all other windows but leave current buffers open. |
K | move selected line(s) up |
J | move selected line(s) down |