Tagged Questions
0
votes
1answer
25 views
vim and consolle in the same terminal tab
i'm not an experienced programmer but i'd like to become, one day : )
i've seen a video in which a programmer is using a vim session with 2 tab (and i know how to do, with :vsplit) and another ...
2
votes
0answers
79 views
terminal vim colours broken on focuslost
My vim setup uses the csexact plugin to fix match the colors for color schemes that would normally only work in gvim. Everything works fine until gnome-terminal loses focus, and suddenly everything ...
1
vote
0answers
109 views
How can I test if a variable matches another value and move to another function?
I am writing a script where I store a predetermined line of text into a string (we will call abc). I am storing the results from grep -iqs $USER file (we will call def) into another string.
How can ...
3
votes
3answers
355 views
Gnome-terminal + Vim and CTRL-Shift mappings
Is it possible to map sequence with CTRL-Shift in gnome-terminal?
I'm trying to add mappings:
map <C-S-[> gT
map <C-S-]> gt
And it's not working. How to do that?
Somehow I mapped ...
3
votes
1answer
884 views
How to store my gnome terminal color palette
I use terminal and vim extensively, while writing code. I have created a color palette which is based on readability and easy-use with an autocomplete plugin(obtain plugins from Pydiction : ...
3
votes
3answers
2k views
How to remove gVim's fat bottom border? (and resize grip)
So my gVim has this annoying bottom border:
I wish it didn't and looked more like gnome-terminal for example:
Is there any way for gVim to look like that?
UPDATE: There is! Here's a screenshot ...
3
votes
1answer
1k views
How to make cursor change from thin line to block based on normal or insert mode in Console Vim on Gnome Terminal
I am switching from Gvim to using Console Vim using the Gnome Terminal 2.32.1.
I really liked in Gvim how the cursor would be a solid square when in normal mode and thin line when in insert mode.
...
2
votes
1answer
909 views
Entering “vi mode” in gnome-terminal
I use ssh -X user@IP to connect to an Ubuntu Server which has had gnome-terminal installed on it.
When inside gnome-terminal, occasionally I accidentally hit a key combination and the terminal ...