feat(nix): enhance WezTerm and Fish configuration
- Enabled scroll bar and added conditional fullscreen key handling in `wezterm.lua` for better usability. - Updated Fish shell to set global `LESS` mouse support for improved navigation.
This commit is contained in:
parent
dee480b574
commit
267be620cf
2 changed files with 22 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ in
|
|||
enable = true;
|
||||
interactiveShellInit = ''
|
||||
set fish_greeting # Disable greeting
|
||||
set -gx LESS '--mouse'
|
||||
function msh --wraps mosh --description 'mosh with tmux'
|
||||
if not set -q argv[1]
|
||||
echo 'Usage: msh [user@]host [command]'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue