[Fish] remove unused abbreviations

This commit is contained in:
Lucien Cartier-Tilet 2021-04-04 12:10:32 +02:00
parent 8d11177158
commit 03438f6e91
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 1 additions and 7 deletions

View File

@ -405,18 +405,12 @@ I greatly prefer to use Emacsclient as my main text editor; Emacs has basically
all I need. So, it's only normal I have an abbreviation to launch a new instance all I need. So, it's only normal I have an abbreviation to launch a new instance
of it. If launched in the terminal, Ill usually want Emacs to be displayed in of it. If launched in the terminal, Ill usually want Emacs to be displayed in
CLI mode and not in GUI mode, otherwise I would invoke it with my WMs shortcut. CLI mode and not in GUI mode, otherwise I would invoke it with my WMs shortcut.
I also wish to completely stop using other text editors, such as ~vi~, ~vim~, In case we want to launch Emacs in GUI mode anyways, ~egui~ is available too.
~nano~ and ~ed~, so let's all add their command as an abbreviation for Emacs. In
case we want to launch Emacs in GUI mode anyways, ~egui~ is available too.
#+NAME: abbr-text-ed #+NAME: abbr-text-ed
| abbreviation | command | | abbreviation | command |
|--------------+-----------------------| |--------------+-----------------------|
| e | emacsclient -c -nw | | e | emacsclient -c -nw |
| vi | emacsclient -c -nw |
| vim | emacsclient -c -nw |
| nano | emacsclient -c -nw |
| ed | emacsclient -c -nw |
| egui | devour emacsclient -c | | egui | devour emacsclient -c |
Here is the corresponding fish configuration: Here is the corresponding fish configuration: