[nvim] dont show help when using which-key
This commit is contained in:
@@ -1 +1,7 @@
|
|||||||
require("which-key").setup {}
|
require("which-key").setup {
|
||||||
|
layout = {
|
||||||
|
align = "center",
|
||||||
|
},
|
||||||
|
show_help = false, -- show help message in cmd line (looks buggy)
|
||||||
|
show_keys = false, -- show current pressed keys in cmd line (looks buggy)
|
||||||
|
}
|
||||||
|
|||||||
@@ -77,7 +77,7 @@ let g:tmuxline_preset = {
|
|||||||
\'c' : '',
|
\'c' : '',
|
||||||
\'win' : ['#I', '#W'],
|
\'win' : ['#I', '#W'],
|
||||||
\'cwin' : ['#[fg=black,bold]#I', '#W'],
|
\'cwin' : ['#[fg=black,bold]#I', '#W'],
|
||||||
\'x' : '',
|
\'x' : '#H',
|
||||||
\'y' : '',
|
\'y' : '',
|
||||||
\'z' : ''}
|
\'z' : ''}
|
||||||
let g:tmuxline_status_justify = 'centre'
|
let g:tmuxline_status_justify = 'centre'
|
||||||
|
|||||||
@@ -39,9 +39,9 @@ alias c='clear'
|
|||||||
alias t='tmux a || tmux'
|
alias t='tmux a || tmux'
|
||||||
alias tex='nix-shell ~/.dots/tex.nix'
|
alias tex='nix-shell ~/.dots/tex.nix'
|
||||||
|
|
||||||
alias l='ls -lFh' #size,show type,human readable
|
alias l='ls -lFh --color' #size,show type,human readable
|
||||||
alias la='ls -lAFh' #long list,show almost all,show type,human readable
|
alias la='ls -lAFh --color' #long list,show almost all,show type,human readable
|
||||||
alias ll='ls -l' #long list
|
alias ll='ls -l --color' #long list
|
||||||
|
|
||||||
alias rm='rm -i' # Ask before removal
|
alias rm='rm -i' # Ask before removal
|
||||||
alias cp='cp -i' # Ask before removal
|
alias cp='cp -i' # Ask before removal
|
||||||
|
|||||||
Reference in New Issue
Block a user