diff options
| author | Akshay Nair <phenax5@gmail.com> | 2026-02-01 13:30:52 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2026-02-01 13:30:52 +0530 |
| commit | 31541c1ebb6eb6b819b6083a37b8d4ba236f2fe3 (patch) | |
| tree | 5fa95ae4e595679b47f1fe0b4378ed4a41ed0c89 /config | |
| parent | e3aa8a0ca785fc82069ed89f0e1e2449ddfe0358 (diff) | |
| download | nixos-config-31541c1ebb6eb6b819b6083a37b8d4ba236f2fe3.tar.gz nixos-config-31541c1ebb6eb6b819b6083a37b8d4ba236f2fe3.zip | |
Remove nvim setup
Diffstat (limited to 'config')
| -rw-r--r-- | config/lf/lfrc | 3 | ||||
| -rw-r--r-- | config/qutebrowser/config.py | 9 | ||||
| -rw-r--r-- | config/zsh/aliases.zsh | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/config/lf/lfrc b/config/lf/lfrc index 378efda..32f21f9 100644 --- a/config/lf/lfrc +++ b/config/lf/lfrc @@ -135,5 +135,4 @@ map gp cd ~/Pictures map gsc cd ~/Pictures/screenshots map gmnt cd /run/media/imsohexy map gdc cd ~/Documents -map gkb cd /run/user/1000/keybase/kbfs - +map gkb cd /run/user/1000/keybase/kbfs
\ No newline at end of file diff --git a/config/qutebrowser/config.py b/config/qutebrowser/config.py index 8dd14dd..6a1fb0a 100644 --- a/config/qutebrowser/config.py +++ b/config/qutebrowser/config.py @@ -93,11 +93,11 @@ c.input.insert_mode.auto_load = True c.input.insert_mode.leave_on_load = True # File selector -lf_file_picker = ['st', '-i', '-g', '170x40+50+50', '-e', 'sh', '-c', 'DAFFM_SELECTIONS_OUT={} daffm -c @picker'] +daffm_file_picker = ['st', '-i', '-g', '170x40+50+50', '-e', 'sh', '-c', 'DAFFM_SELECTIONS_OUT={} daffm -c @picker'] c.fileselect.handler = 'external' -c.fileselect.single_file.command = lf_file_picker -c.fileselect.multiple_files.command = lf_file_picker -c.fileselect.folder.command = lf_file_picker +c.fileselect.single_file.command = daffm_file_picker +c.fileselect.multiple_files.command = daffm_file_picker +c.fileselect.folder.command = daffm_file_picker # Hints c.hints.auto_follow = 'always' @@ -130,6 +130,7 @@ nunmap("+") nunmap("-") nunmap("=") nmap("z=", "zoom-in") +nmap("z+", "zoom-in") nmap("z-", "zoom-out") nmap("zz", "zoom") diff --git a/config/zsh/aliases.zsh b/config/zsh/aliases.zsh index 9c0d1f8..d5a8e98 100644 --- a/config/zsh/aliases.zsh +++ b/config/zsh/aliases.zsh @@ -31,9 +31,9 @@ qr-str() { curl qrenco.de/$1; } alias dl-audio="youtube-dl --ignore-errors --output '%(title)s.%(ext)s' --extract-audio"; # Swallow window -alias smpv="swallow mpv"; -alias ssxiv="swallow sxiv"; -alias szathura="swallow zathura"; +# alias smpv="swallow mpv"; +# alias ssxiv="swallow sxiv"; +# alias szathura="swallow zathura"; # Dictionary dict() { curl dict://dict.org/d:$1; } |
