Skip to main content

Questions tagged [terminal]

A terminal emulator (or terminal, for short) displays characters, colours, and the cursor on the screen. Vi & Vim are run inside of a terminal, gVim is not.

1 vote
1 answer
39 views

Example: If a MacOS terminal width is some value other than 80--let's say, 100--and I open Neovim in the terminal, Neovim thinks the terminal it's in has a width of 80 characters, until I resize the ...
Mars's user avatar
  • 155
1 vote
1 answer
113 views

I want to map the arrow keys to scroll up or down one line. I'm doing it this way: nnoremap <M-Up> <C-y> It only works when it's in the .gvimrc file, not the .vimrc file. It does nothing ...
Daniel's user avatar
  • 107
0 votes
1 answer
71 views

I use nvim and lazygit in the terminal, with the lazygit configuration file located at ~/.config/lazygit/config.yml. The configuration is set as follows: os: edit: 'nvim {{filename}}' editAtLine: '...
Carson's user avatar
  • 101
-1 votes
1 answer
86 views

I had installed termux on my Android phone, then I installed Vim in termux: pkg install vim I found that there's no way to delete a character where the cursor is located in termux Vim. How to delete ...
showkey's user avatar
  • 1,146
2 votes
1 answer
189 views

I am using gvim on windows, and I have a vimterminal window in which I have an ssh session to Linux, where I have vim open. In the remote vim I have the window split; how do I jump between splits ...
leeand00's user avatar
  • 3,843
0 votes
0 answers
74 views

I am trying to map Ctrl + number, say 1 for now. But Neovim doesn't recognize it at all. The way I am knowing this is I am first doing :echo getstrchar and then pressing any key. It is showing some ...
Maheer Ali's user avatar
2 votes
0 answers
125 views

It sometimes occurred that Neovim froze after I pressed some key combination by accident (not Ctrl + S), meaning that it did not seem to react to any keyboard or mouse input (also not Ctrl + C and ...
mkrieger1's user avatar
  • 155
2 votes
0 answers
51 views

The following command: xdg-open 'myfile.html' & opens myfile.html in Chrome if I start the command from the terminal. However, if I run :!xdg-open 'myfile.html' & from Vim nothing happens. ...
Barzi2001's user avatar
  • 1,133

15 30 50 per page
1
2 3 4 5
32